Ignore:
Timestamp:
Mar 9, 2013, 3:36:37 PM (11 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • Slave drives are again initialized properly
  • Delay for Hotkeybar now works properly
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/VariablesAndDPTs/BootVars.asm

    r500 r520  
    3939    mov     al, DRVDETECTINFO_size
    4040    mul     BYTE [cs:ROMVARS.bIdeCnt]
    41     mov     di, BOOTVARS.clearToZeroFromThisPoint   ; We must not initialize anything before this!
     41%ifdef MODULE_HOTKEYS ; We must not initialize anything before this!
     42    mov     di, BOOTVARS.hotkeyVars + HOTKEYVARS.clearToZeroFromThisPoint   
     43%else
     44    mov     di, BOOTVARS.clearToZeroFromThisPoint
     45%endif
    4246    add     ax, BOOTVARS_size
    4347    sub     ax, di
Note: See TracChangeset for help on using the changeset viewer.