Changeset 158 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Boot
- Timestamp:
- May 2, 2011, 9:41:51 AM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenuPrintCfg.asm
r150 r158 69 69 PushBlockMode: 70 70 mov ax, 1 71 test WORD [di+DPT.wFlags], FLG_DPT_BLOCK_MODE_SUPPORTED71 test BYTE [di+DPT.bFlagsHigh], FLGH_DPT_BLOCK_MODE_SUPPORTED 72 72 jz SHORT .PushBlockSizeFromAX 73 73 mov al, [di+DPT_ATA.bSetBlock] … … 137 137 ;-------------------------------------------------------------------- 138 138 PushResetStatus: 139 mov a x, [di+DPT.wFlags]140 and ax, MASK _DPT_RESET139 mov al, [di+DPT.bFlagsHigh] 140 and ax, MASKH_DPT_RESET 141 141 push ax 142 142
Note:
See TracChangeset
for help on using the changeset viewer.