Changeset 592 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc/RomVars.inc
- Timestamp:
- Jun 25, 2018, 10:29:27 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Inc/RomVars.inc
r589 r592 35 35 .wDisplayMode resb 2 ; Display mode for boot menu 36 36 .wBootTimeout resb 2 ; Boot Menu selection timeout in system timer ticks 37 .pColorTheme resb 2 ; Ptr to the color attribute struc used by the boot menu and hotkey bar 37 38 .bIdeCnt resb 1 ; Number of available IDE controllers 38 39 .bBootDrv resb 1 ; Default drive to boot from … … 182 183 endstruc 183 184 184 ; Bit defines for DRVPARAMS.wFlags 185 ; Bit defines for DRVPARAMS.wFlags - these flags are accessed as bytes so changes here might require changes elsewhere 185 186 MASK_DRVPARAMS_WRITECACHE EQU (3<<0) ; Bits 0...1, Drive internal write cache settings (must start at bit 0) 186 187 DEFAULT_WRITE_CACHE EQU 0 ; Must be 0
Note:
See TracChangeset
for help on using the changeset viewer.