diff options
Diffstat (limited to 'i386/i386at/cram.h')
-rw-r--r-- | i386/i386at/cram.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/i386/i386at/cram.h b/i386/i386at/cram.h index 8a3a6ec9..ac40cf13 100644 --- a/i386/i386at/cram.h +++ b/i386/i386at/cram.h @@ -71,6 +71,11 @@ WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. /* Addresses, related masks, and potential results */ +#define CMOS_SHUTDOWN 0xf +#define CM_NORM_RST 0x0 +#define CM_LOAD_SYS 0x4 +#define CM_JMP_467 0xa + #define CMOS_EB 0x14 /* read Equipment Byte */ #define CM_SCRMSK 0x30 /* mask for EB query to get screen */ #define CM_EGA_VGA 0x00 /* "not CGA or MONO" */ |