Changeset 243 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Boot


Ignore:
Timestamp:
Feb 10, 2012, 2:00:50 PM (13 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • Brought back optional "A then C" boot loader.
  • Now there is only one INT 19h handler that remains unchanged.
Location:
trunk/XTIDE_Universal_BIOS/Src/Boot
Files:
2 edited

Legend:

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

    r241 r243  
    88; Displays Boot Menu and returns Drive or Function number.
    99;
    10 ; BootMenu_DisplayAndReturnSelection
     10; BootMenu_DisplayAndReturnSelectionInDX
    1111;   Parameters:
    1212;       DS:     RAMVARS segment
     
    1717;--------------------------------------------------------------------
    1818ALIGN JUMP_ALIGN
    19 BootMenu_DisplayAndReturnSelection:
     19BootMenu_DisplayAndReturnSelectionInDX:
    2020    call    DriveXlate_Reset
    2121    call    BootMenuPrint_TheBottomOfScreen
     
    2323    call    BootMenuPrint_ClearScreen
    2424    call    BootMenu_GetDriveToDXforMenuitemInCX
    25     jnc     BootMenu_DisplayAndReturnSelection
     25    jnc     BootMenu_DisplayAndReturnSelectionInDX
    2626    ret
    2727
  • trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenuPrint.asm

    r241 r243  
    426426    db      2880  / FloppyTypes.rgbCapacityMultiplier    ;  type 5
    427427    db      2880  / FloppyTypes.rgbCapacityMultiplier    ;  type 6
    428 
    429 
    430 
    431 
    432        
    433 
    434 
    435        
Note: See TracChangeset for help on using the changeset viewer.