Changeset 122 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers
- Timestamp:
- Feb 28, 2011, 5:56:17 PM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Handlers/Int19hMenu.asm
r121 r122 6 6 7 7 ;-------------------------------------------------------------------- 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. 11 9 ; 12 10 ; Int19hMenu_BootLoader … … 21 19 LOAD_BDA_SEGMENT_TO ds, ax 22 20 STORE_POST_STACK_POINTER 23 24 ; Install new INT 19h handler now that BOOTVARS has been initialized25 mov WORD [INTV_BOOTSTRAP*4], DisplayBootMenu26 mov WORD [INTV_BOOTSTRAP*4+2], cs27 ; Fall to DisplayBootMenu28 29 ;--------------------------------------------------------------------30 ; DisplayBootMenu31 ; Parameters:32 ; Nothing33 ; Returns:34 ; Never returns35 ;--------------------------------------------------------------------36 ALIGN JUMP_ALIGN37 DisplayBootMenu:38 21 SWITCH_TO_BOOT_MENU_STACK 39 22 CALL_DISPLAY_LIBRARY InitializeDisplayContext
Note:
See TracChangeset
for help on using the changeset viewer.