Changeset 130 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers
- Timestamp:
- Mar 4, 2011, 5:54:41 PM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Handlers/Int19hMenu.asm
r122 r130 20 20 STORE_POST_STACK_POINTER 21 21 SWITCH_TO_BOOT_MENU_STACK 22 CALL_DISPLAY_LIBRARYInitializeDisplayContext22 call BootMenuPrint_InitializeDisplayContext 23 23 call RamVars_GetSegmentToDS 24 24 ; Fall to .ProcessMenuSelectionsUntilBootable … … 34 34 .ProcessMenuSelectionsUntilBootable: 35 35 call BootMenu_DisplayAndReturnSelection 36 call DriveXlate_ToOrBack ; Translate drive number36 call DriveXlate_ToOrBack ; Translate drive number 37 37 call BootSector_TryToLoadFromDriveDL 38 38 jnc SHORT .ProcessMenuSelectionsUntilBootable ; Boot failure, show menu again
Note:
See TracChangeset
for help on using the changeset viewer.