Changeset 122 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers


Ignore:
Timestamp:
Feb 28, 2011, 5:56:17 PM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to XTIDE Universal BIOS:

  • Bottom info now appears but menu does not.
File:
1 edited

Legend:

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

    r121 r122  
    66
    77;--------------------------------------------------------------------
    8 ; Initial Boot Menu Loader.
    9 ; Prepares BOOTVARS for displaying Boot Menu and accepting
    10 ; callbacks from INT 18h and 19h.
     8; Boot Menu Loader.
    119;
    1210; Int19hMenu_BootLoader
     
    2119    LOAD_BDA_SEGMENT_TO ds, ax
    2220    STORE_POST_STACK_POINTER
    23 
    24     ; Install new INT 19h handler now that BOOTVARS has been initialized
    25     mov     WORD [INTV_BOOTSTRAP*4], DisplayBootMenu
    26     mov     WORD [INTV_BOOTSTRAP*4+2], cs
    27     ; Fall to DisplayBootMenu
    28 
    29 ;--------------------------------------------------------------------
    30 ; DisplayBootMenu
    31 ;   Parameters:
    32 ;       Nothing
    33 ;   Returns:
    34 ;       Never returns
    35 ;--------------------------------------------------------------------
    36 ALIGN JUMP_ALIGN
    37 DisplayBootMenu:
    3821    SWITCH_TO_BOOT_MENU_STACK
    3922    CALL_DISPLAY_LIBRARY InitializeDisplayContext
Note: See TracChangeset for help on using the changeset viewer.