Ignore:
Timestamp:
Apr 23, 2015, 4:28:47 PM (9 years ago)
Author:
krille_n_@…
google:author:
krille_n_@hotmail.com
Message:

Changes:

  • Changed BOOT_MENU_DEFAULT_TIMEOUT to reduce rounding error.
  • Minor optimizations and fixes, mostly to the menu library code.
File:
1 edited

Legend:

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

    r580 r583  
    7474
    7575;--------------------------------------------------------------------
    76 ; AH15h_GetSectorCountFromForeignDriveToDXAX
     76; AH15h_GetSectorCountFromForeignDriveToBXDXAX
    7777; AH15h_GetSectorCountToBXDXAX
    7878;   Parameters:
    79 ;       DL:     Drive number (AH15h_GetSectorCountFromForeignDriveToDXAX only)
     79;       DL:     Drive number (AH15h_GetSectorCountFromForeignDriveToBXDXAX only)
    8080;       DS:     RAMVARS segment
    81 ;       DS:DI:  Ptr to DPT (AH15h_GetSectorCountToDXAX only)
     81;       DS:DI:  Ptr to DPT (AH15h_GetSectorCountToBXDXAX only)
    8282;   Returns:
    8383;       DX:AX:  Total sector count
     
    8787;--------------------------------------------------------------------
    8888%ifdef MODULE_BOOT_MENU
    89 AH15h_GetSectorCountFromForeignDriveToDXAX:
     89AH15h_GetSectorCountFromForeignDriveToBXDXAX:
    9090    mov     ah, GET_DRIVE_PARAMETERS
    9191    call    Int13h_CallPreviousInt13hHandler
Note: See TracChangeset for help on using the changeset viewer.