Ignore:
Timestamp:
Mar 14, 2011, 5:24:48 PM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to XTIDE Universal BIOS:

  • Removed "Boot sector found!" string.
  • Added option to specify display mode for boot menu.
File:
1 edited

Legend:

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

    r116 r143  
    9090    call    HDrvSel_OutputDeviceControlByte
    9191    mov     ax, 5                       ; Delay at least 5us
    92     call    Delay_MicrosecondsFromAX
     92    call    HTimer_MicrosecondsFromAX
    9393
    9494    ; HSR1: Clear_wait
     
    9696    out     dx, al                      ; End Reset
    9797    mov     ax, 2000                    ; Delay at least 2ms
    98     call    Delay_MicrosecondsFromAX
     98    call    HTimer_MicrosecondsFromAX
    9999
    100100    ; HSR2: Check_status
Note: See TracChangeset for help on using the changeset viewer.