ref: 9dc9c6c5ef8bba195778f7701142af602e457665
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