Changeset 363 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenuPrintCfg.asm
- Timestamp:
- Mar 26, 2012, 4:20:43 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenuPrintCfg.asm
r294 r363 111 111 ; Nothing (falls to next push below) 112 112 ; Corrupts registers: 113 ; AX 113 ; AX, BX, DX, ES 114 114 ;-------------------------------------------------------------------- 115 115 .PushResetStatus: 116 mov al, [di+DPT.bFlagsHigh]117 and al, MASKH_DPT_RESET ; ah already zero from last push118 push ax116 call BootMenuInfo_IsAvailable ; Load segment to ES 117 call BootMenuInfo_ConvertDPTtoBX 118 push WORD [es:bx+BOOTMENUINFO.wInitErrorFlags] 119 119 120 120 ;;; fall-out to BootMenuPrint_HardDiskRefreshInformation.
Note:
See TracChangeset
for help on using the changeset viewer.