Changeset 386 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Boot/BootSector.asm


Ignore:
Timestamp:
Apr 12, 2012, 2:07:46 PM (12 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • Boot menu is now an optional module (MODULE_BOOT_MENU).
File:
1 edited

Legend:

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

    r376 r386  
    3434;--------------------------------------------------------------------
    3535BootSector_TryToLoadFromDriveDL:
    36     call    BootPrint_TryToBootFromDL
     36    call    DetectPrint_TryToBootFromDL
    3737    call    LoadFirstSectorFromDriveDL
    3838    jc      SHORT .FailedToLoadFirstSector
     
    4646    ret
    4747.FailedToLoadFirstSector:
    48     call    BootPrint_FailedToLoadFirstSector
     48    call    DetectPrint_FailedToLoadFirstSector
    4949    clc
    5050    ret
    5151.FirstHardDiskSectorNotBootable:
    5252    mov     si, g_szBootSectorNotFound
    53     call    BootMenuPrint_NullTerminatedStringFromCSSIandSetCF
     53    call    DetectPrint_NullTerminatedStringFromCSSIandSetCF
    5454    clc
    5555    ret
Note: See TracChangeset for help on using the changeset viewer.