/* UNISRC_ID: @(#)bootrom.h 26.1 */ /* information needed to fish stuff out of the boot rom */ char sysflags, sysflags2, ndrives; /* what the bootrom told us */ /* configuration address and masks for sysflags */ #define ALPHA50 0x01 #define BIGGRAPH 0x02 #define HIGHLIGHTS 0x04 #define NOKBD 0x08 #define CRTCONFREG 0x10 #define NOHPIB 0x20 #define RESERVE2 0x40 #define RESERVE1 0x80 /* configuration address and masks for sysflags2 */ #define PROM 0x01 /* interesting fields in the id prom */ #define PROMLOC 0x5f0001 #define PROMPROD (PROMLOC+0x1c) #define PRODSIZE 7 /* with trailing blanks if < 7 */ #define PROMSER (PROMLOC+0x6) #define SERSIZE 10