Changeset 227 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h.asm
- Timestamp:
- Jan 29, 2012, 1:33:44 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h.asm
r181 r227 47 47 ALIGN JUMP_ALIGN 48 48 .JumpToEbiosFunction: 49 test BYTE [cs:ROMVARS.wFlags], FLG_ROMVARS_FULLMODE50 jz SHORT Int13h_UnsupportedFunction ; No eINT 13h in lite mode51 49 test BYTE [di+DPT.bFlagsLow], FLG_DRVNHEAD_LBA 52 50 jz SHORT Int13h_UnsupportedFunction ; No eINT 13h for CHS drives
Note:
See TracChangeset
for help on using the changeset viewer.