Changeset 203 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc/RamVars.inc
- Timestamp:
- Nov 23, 2011, 8:42:19 PM (13 years ago)
- google:author:
- gregli@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Inc/RamVars.inc
r179 r203 13 13 .bHDSwap resb 1 ; Hard Drive to swap to 80h and vice versa 14 14 .bXlatedDrv resb 1 ; Drive number after translation 15 resb 1 ; For WORD alignment 15 %ifdef MODULE_SERIAL 16 .bLastSerial resb 1 ; Packed Port and Baud for last serial drive detected 17 ; (using space of an alignment byte, 18 ; used during and after boot (int13/25h case)) 19 %else 20 resb 1 ; alignment 21 %endif 16 22 endstruc 17 23
Note:
See TracChangeset
for help on using the changeset viewer.