Changeset 143 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc
- Timestamp:
- Mar 14, 2011, 5:24:48 PM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Inc/RomVars.inc
r137 r143 16 16 17 17 .wFlags resb 2 ; Word for ROM flags 18 .wDisplayMode resb 2 ; Display mode for boot menu 18 19 .wBootTimeout resb 2 ; Boot Menu selection timeout in system timer ticks 19 20 .bIdeCnt resb 1 ; Number of available IDE controllers … … 31 32 FLG_ROMVARS_FULLMODE EQU (1<<0) ; Full operating mode (steals base RAM, supports EBIOS etc.) 32 33 FLG_ROMVARS_DRVXLAT EQU (1<<2) ; Enable drive number translation 34 35 ; Boot Menu Display Modes (see Assembly Library Display.inc for standard modes) 36 DEFAULT_TEXT_MODE EQU 4 33 37 34 38
Note:
See TracChangeset
for help on using the changeset viewer.