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


Ignore:
Timestamp:
Feb 9, 2012, 11:08:59 AM (12 years ago)
Author:
gregli@…
google:author:
gregli@hotmail.com
Message:

Space optimizations in the Boot Menu and BootInfo routines, taking advantage of nested %s. Optimization in the init of RamVars to avoid writing the signature twice. Preparing for addition of serial floppy support, starting to break the assumption that our drives are always 80h or higher.

File:
1 edited

Legend:

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

    r192 r241  
    2222    mov     si, g_szReadError
    2323       
    24 BootPrint_BootMenuPrint_FormatCSSIfromParamsInSSBP_Relay:       
    2524    jmp     short BootMenuPrint_FormatCSSIfromParamsInSSBP_Relay
    2625       
     
    5453
    5554    mov     si, g_szTryToBoot
    56     jmp     short BootPrint_BootMenuPrint_FormatCSSIfromParamsInSSBP_Relay     
     55    jmp     short BootMenuPrint_FormatCSSIfromParamsInSSBP_Relay       
    5756
    5857
Note: See TracChangeset for help on using the changeset viewer.