Changeset 542 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h.asm
- Timestamp:
- Apr 15, 2013, 4:03:33 PM (12 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h.asm
r540 r542 123 123 ALIGN JUMP_ALIGN 124 124 .JumpToEbiosFunction: 125 test BYTE [di+DPT.bFlagsLow], FLGL_DPT_LBA _AND_EBIOS_SUPPORTED125 test BYTE [di+DPT.bFlagsLow], FLGL_DPT_LBA 126 126 jz SHORT UnsupportedFunction ; No eINT 13h for CHS drives 127 127 sub bl, 41h<<1 ; BX = Offset to eINT 13h jump table
Note:
See TracChangeset
for help on using the changeset viewer.