Changeset 233 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc/RamVars.inc
- Timestamp:
- Feb 4, 2012, 6:21:22 PM (13 years ago)
- google:author:
- gregli@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Inc/RamVars.inc
r218 r233 13 13 .bHDSwap resb 1 ; Hard Drive to swap to 80h and vice versa 14 14 .bXlatedDrv resb 1 ; Drive number after translation 15 %ifdef MODULE_SERIAL16 .bLastSerial resb 1 ; Packed Port and Baud for last serial drive detected17 ; (using space of an alignment byte,18 ; used during and after boot (int13/25h case))19 %else20 15 resb 1 ; alignment 21 %endif22 16 endstruc 23 17
Note:
See TracChangeset
for help on using the changeset viewer.