Changeset 130 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers/Int19hMenu.asm


Ignore:
Timestamp:
Mar 4, 2011, 5:54:41 PM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to XTIDE Universal BIOS:

  • Boot menu finally works but timeout and drive numbers not yet implemented.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Handlers/Int19hMenu.asm

    r122 r130  
    2020    STORE_POST_STACK_POINTER
    2121    SWITCH_TO_BOOT_MENU_STACK
    22     CALL_DISPLAY_LIBRARY InitializeDisplayContext
     22    call    BootMenuPrint_InitializeDisplayContext
    2323    call    RamVars_GetSegmentToDS
    2424    ; Fall to .ProcessMenuSelectionsUntilBootable
     
    3434.ProcessMenuSelectionsUntilBootable:
    3535    call    BootMenu_DisplayAndReturnSelection
    36     call    DriveXlate_ToOrBack         ; Translate drive number
     36    call    DriveXlate_ToOrBack                         ; Translate drive number
    3737    call    BootSector_TryToLoadFromDriveDL
    3838    jnc     SHORT .ProcessMenuSelectionsUntilBootable   ; Boot failure, show menu again
Note: See TracChangeset for help on using the changeset viewer.