Changeset 90 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers/Int19hMenu.asm
- Timestamp:
- Jan 27, 2011, 11:31:31 AM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Handlers/Int19hMenu.asm
r3 r90 1 ; File name : Int19hMenu.asm 2 ; Project name : IDE BIOS 3 ; Created date : 25.3.2010 4 ; Last update : 12.4.2010 5 ; Author : Tomi Tilli 1 ; Project name : XTIDE Universal BIOS 6 2 ; Description : Int 19h BIOS functions for Boot Menu. 7 3 … … 24 20 LOAD_BDA_SEGMENT_TO ds, ax 25 21 call BootVars_StorePostStackPointer 26 call BootVars_StoreSystemInt18hAndInstallOurs27 22 28 23 ; Install new INT 19h handler now that BOOTVARS has been initialized … … 111 106 ALIGN JUMP_ALIGN 112 107 .Int18hRomBoot: 113 call BootVars_RestoreSystemInt18h114 108 call BootVars_SwitchBackToPostStack 115 call Int19h_BootFailure ; Should never return 116 jmp SHORT Int19hMenu_BootLoader ; Status unknown so reinitialize boot loader 109 jmp Int19h_BootFailure ; Never returns
Note:
See TracChangeset
for help on using the changeset viewer.