Changeset 227 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h.asm


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/Src/Handlers/Int13h.asm

    r181 r227  
    4747ALIGN JUMP_ALIGN
    4848.JumpToEbiosFunction:
    49     test    BYTE [cs:ROMVARS.wFlags], FLG_ROMVARS_FULLMODE
    50     jz      SHORT Int13h_UnsupportedFunction    ; No eINT 13h in lite mode
    5149    test    BYTE [di+DPT.bFlagsLow], FLG_DRVNHEAD_LBA
    5250    jz      SHORT Int13h_UnsupportedFunction    ; No eINT 13h for CHS drives
Note: See TracChangeset for help on using the changeset viewer.