Changeset 421 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h.asm
- Timestamp:
- May 9, 2012, 7:12:53 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h.asm
r417 r421 115 115 ALIGN JUMP_ALIGN 116 116 .JumpToEbiosFunction: 117 test BYTE [di+DPT.bFlagsLow], FLG _DRVNHEAD_LBA117 test BYTE [di+DPT.bFlagsLow], FLGL_DPT_LBA_AND_EBIOS_SUPPORTED 118 118 jz SHORT UnsupportedFunction ; No eINT 13h for CHS drives 119 119 sub bl, 41h<<1 ; BX = Offset to eINT 13h jump table
Note:
See TracChangeset
for help on using the changeset viewer.