ref: 85cb7fb85b27f10e17c33eb26b3f67732e4d8dad
dir: /sys/src/boot/alphapc/conf.h/
typedef struct Bank Bank;
typedef struct Bootconf Bootconf;
struct Bootconf
{
int nbank;
Bank *bank;
PCB *pcb;
uvlong maxphys;
char *bootargs;
};
struct Bank
{
uvlong min;
uvlong max;
};
#define BOOTARGSLEN (4096)
#define MAXCONF 32