Changeset 556 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/VariablesAndDPTs
- Timestamp:
- Jun 16, 2013, 4:23:00 PM (11 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/VariablesAndDPTs/RamVars.asm
r547 r556 77 77 mov WORD [RAMVARS.wDrvDetectSignature], RAMVARS_DRV_DETECT_SIGNATURE 78 78 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 82 82 83 83 pop es
Note:
See TracChangeset
for help on using the changeset viewer.