Searched defs:PnPBIOS_table (Results 1 – 1 of 1) sorted by relevance
49 struct PnPBIOS_table struct51 u_int8_t sig[4]; /* "$PnP */52 u_int8_t version; /* should be 0x10 */53 u_int8_t len; /* total structure length */54 u_int16_t control; /* BIOS feature flags */55 u_int8_t cksum; /* checksum */56 u_int32_t evflagaddr; /* address of event notificaton flag */57 u_int16_t rmentryoffset; /* real-mode entry offset */58 u_int16_t rmentryseg; /* segment */59 u_int16_t pmentryoffset; /* protected-mode entry offset */[all …]