Changeset 95 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenuEvent.asm


Ignore:
Timestamp:
Jan 28, 2011, 11:55:34 AM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to XTIDE Universal BIOS:

  • Smaller boot sector loading string.
  • Cleaned boot code a bit.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenuEvent.asm

    r93 r95  
    108108    cmp     ah, ROM_BOOT_HOTKEY_SCANCODE
    109109    jne     SHORT .CheckDriveHotkeys
    110     int     INTV_BOOT_FAILURE       ; ROM Boot, never returns
     110    jmp     Int19hMenu_RomBoot
    111111ALIGN JUMP_ALIGN
    112112.CheckDriveHotkeys:
Note: See TracChangeset for help on using the changeset viewer.