Changeset 550 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Menus/BootMenu
- Timestamp:
- Apr 27, 2013, 5:30:50 PM (12 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Menus/BootMenu/BootMenuPrintCfg.asm
r526 r550 81 81 .PushBlockMode: 82 82 mov ax, 1 83 test BYTE [di+DPT.bFlagsHigh], FLGH_DPT_ BLOCK_MODE_SUPPORTED83 test BYTE [di+DPT.bFlagsHigh], FLGH_DPT_USE_BLOCK_MODE_COMMANDS 84 84 jz SHORT .PushBlockSizeFromAX 85 85 mov al, [di+DPT_ATA.bBlockSize]
Note:
See TracChangeset
for help on using the changeset viewer.