Changeset 252 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenuPrint.asm


Ignore:
Timestamp:
Feb 18, 2012, 2:12:54 PM (12 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • Boot menu now shows only one capacity.
  • Added "strings" makefile target to compress strings.
File:
1 edited

Legend:

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

    r243 r252  
    100100;       AX, BX, CX, DX, SI, DI, ES
    101101;--------------------------------------------------------------------
    102 
    103102ALIGN JUMP_ALIGN
    104103BootMenuPrint_RefreshInformation:
     
    195194;--------------------------------------------------------------------
    196195.HardDiskMenuitemInfoForOurDrive:
    197     ePUSH_T ax, g_szSizeDual
    198        
    199     ; Get and push L-CHS size
    200     call    AH15h_GetSectorCountToDXAX
    201     call    ConvertSectorCountInBXDXAXtoSizeAndPushForFormat
     196    ePUSH_T ax, g_szInformation
    202197
    203198    ; Get and push total LBA size
     
    205200    call    ConvertSectorCountInBXDXAXtoSizeAndPushForFormat       
    206201    jmp     BootMenuPrintCfg_ForOurDrive
    207                
     202
    208203;--------------------------------------------------------------------
    209204; .HardDiskMenuitemInfoForForeignDrive
Note: See TracChangeset for help on using the changeset viewer.