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


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

Changes to XTIDE Universal BIOS:

  • Changed BOOTNFO to BOOTMENUINFO and moved it to BootMenu.inc.
File:
1 edited

Legend:

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

    r252 r254  
    2727
    2828    call    FindDPT_ForDriveNumber                  ; if it is one of ours, print the string in bootnfo
    29     call    BootInfo_ConvertDPTtoBX
     29    call    BootMenuInfo_ConvertDPTtoBX
    3030    mov     si, g_szDriveNumBOOTNFO                 ; special g_szDriveNum that prints from BDA
    3131    jmp     .go
     
    197197
    198198    ; Get and push total LBA size
    199     call    BootInfo_GetTotalSectorCount
     199    call    BootMenuInfo_GetTotalSectorCount
    200200    call    ConvertSectorCountInBXDXAXtoSizeAndPushForFormat       
    201201    jmp     BootMenuPrintCfg_ForOurDrive
Note: See TracChangeset for help on using the changeset viewer.