Changeset 179 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc/RamVars.inc


Ignore:
Timestamp:
Oct 25, 2011, 7:11:38 AM (13 years ago)
Author:
gregli@…
google:author:
gregli@hotmail.com
Message:

Main checkin, adding virtual IDE drive over serial port connection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Inc/RamVars.inc

    r169 r179  
    3535RAMVARS_SIGNATURE       EQU "Xu"    ; RAMVARS signature for .wSignature
    3636
    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;
    3841struc IDEPACK
     42    .bFeatures              resb    1
    3943    .bDrvAndHead            resb    1   ; LBA28 27...24
    40     .bFeatures              resb    1
    4144
    4245    .wSectorCountAndLbaLow:
Note: See TracChangeset for help on using the changeset viewer.