Changeset 179 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc
- Timestamp:
- Oct 25, 2011, 7:11:38 AM (13 years ago)
- google:author:
- gregli@hotmail.com
- Location:
- trunk/XTIDE_Universal_BIOS/Inc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Inc/RamVars.inc
r169 r179 35 35 RAMVARS_SIGNATURE EQU "Xu" ; RAMVARS signature for .wSignature 36 36 37 37 ; 38 ; IDEPACK NOTE: The first six bytes of this structure are directly put on the 39 ; wire for MODULE_SERIAL, please do not change the order or insert other members. 40 ; 38 41 struc IDEPACK 42 .bFeatures resb 1 39 43 .bDrvAndHead resb 1 ; LBA28 27...24 40 .bFeatures resb 141 44 42 45 .wSectorCountAndLbaLow: -
trunk/XTIDE_Universal_BIOS/Inc/RomVars.inc
r178 r179 36 36 FLG_ROMVARS_FULLMODE EQU (1<<0) ; Full operating mode (steals base RAM, supports EBIOS etc.) 37 37 FLG_ROMVARS_DRVXLAT EQU (1<<2) ; Enable drive number translation 38 39 %ifdef MODULE_SERIAL40 38 FLG_ROMVARS_MODULE_SERIAL EQU (1<<3) 41 %else42 FLG_ROMVARS_MODULE_SERIAL EQU 043 %endif44 45 %ifdef MODULE_EBIOS46 39 FLG_ROMVARS_MODULE_EBIOS EQU (1<<4) 47 %else48 FLG_ROMVARS_MODULE_EBIOS EQU 049 %endif50 40 51 41 ; Boot Menu Display Modes (see Assembly Library Display.inc for standard modes)
Note:
See TracChangeset
for help on using the changeset viewer.