Ignore:
Timestamp:
Jun 16, 2013, 4:23:00 PM (11 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • Removed Windows 98 fix since it broke floppy drive translation.
  • Removed very late initialization from AT builds since it slowed down Windows 98 for unknown reason.
File:
1 edited

Legend:

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

    r547 r556  
    7777    mov     WORD [RAMVARS.wDrvDetectSignature], RAMVARS_DRV_DETECT_SIGNATURE
    7878    mov     WORD [RAMVARS.wSignature], RAMVARS_RAM_SIGNATURE
    79 ;; There used to be a DriveXlate_Reset call here.  It isn't necessary, as we reset
    80 ;; when entering the boot menu and also before transferring control at boot time and
    81 ;; for ROM boots (in int19h.asm).
     79%ifdef MODULE_DRIVEXLATE
     80    call    DriveXlate_Reset
     81%endif
    8282
    8383    pop     es
Note: See TracChangeset for help on using the changeset viewer.