ref: 1e85a770a0ba2337f4ee904a2a08d96317beac3e
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