Changeset 143 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Boot/BootPrint.asm


Ignore:
Timestamp:
Mar 14, 2011, 5:24:48 PM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to XTIDE Universal BIOS:

  • Removed "Boot sector found!" string.
  • Added option to specify display mode for boot menu.
File:
1 edited

Legend:

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

    r130 r143  
    3737
    3838;--------------------------------------------------------------------
    39 ; BootPrint_BootSectorResultStringFromAX
    40 ;   Parameters:
    41 ;       CS:AX:  Ptr to "found" or "not found"
    42 ;   Returns:
    43 ;       Nothing
    44 ;   Corrupts registers:
    45 ;       AX, CX, SI, DI
    46 ;--------------------------------------------------------------------
    47 ALIGN JUMP_ALIGN
    48 BootPrint_BootSectorResultStringFromAX:
    49     push    bp
    50     mov     bp, sp
    51     ePUSH_T cx, g_szBootSector
    52     push    ax          ; "found" or "not found"
    53     mov     si, g_szSectRead
    54     jmp     BootMenuPrint_FormatCSSIfromParamsInSSBP
    55 
    56 
    57 ;--------------------------------------------------------------------
    5839; BootPrint_FailedToLoadFirstSector
    5940;   Parameters:
Note: See TracChangeset for help on using the changeset viewer.