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

Changes to XTIDE Universal BIOS:

  • Greatly improved Hotkey Bar is displayed during drive detection.
  • 8k builds no longer include boot menu.
  • Boot menu is displayed only if F2 is pressed during drive detection.
  • Some changes to directory structure.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH15h_HSize.asm

    r376 r392  
    8181;       CX
    8282;--------------------------------------------------------------------
     83%ifdef MODULE_BOOT_MENU
    8384AH15h_GetSectorCountFromForeignDriveToDXAX:
    8485    mov     ah, GET_DRIVE_PARAMETERS
    8586    call    Int13h_CallPreviousInt13hHandler
    8687    jmp     SHORT ConvertAH08hReturnValuesToSectorCount
     88%endif
    8789
    8890AH15h_GetSectorCountToBXDXAX:
Note: See TracChangeset for help on using the changeset viewer.