Changeset 227 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc/RomVars.inc


Ignore:
Timestamp:
Jan 29, 2012, 1:33:44 PM (12 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • EBIOS functions now work in lite mode.
File:
1 edited

Legend:

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

    r203 r227  
    8383struc DRVPARAMS
    8484    .wFlags         resb    2   ; Drive flags
     85    .dwMaximumLBA:              ; User specified maximum number of sectors
    8586    .wCylinders     resb    2   ; User specified cylinders (1...16383)
    8687    .wHeadsAndSectors:
     
    9293FLG_DRVPARAMS_USERCHS   EQU (1<<0)  ; User specified P-CHS values
    9394FLG_DRVPARAMS_BLOCKMODE EQU (1<<1)  ; Enable Block mode transfers
     95FLG_DRVPARAMS_USERLBA   EQU (1<<2)  ; User specified LBA values
    9496
    9597
Note: See TracChangeset for help on using the changeset viewer.