Changeset 444 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/VariablesAndDPTs
- Timestamp:
- Aug 28, 2012, 4:05:55 PM (12 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/VariablesAndDPTs/RamVars.asm
r433 r444 75 75 xor di, di 76 76 call Memory_ZeroESDIwithSizeInCX 77 mov WORD [RAMVARS.wSignature], RAMVARS_SIGNATURE 77 mov WORD [RAMVARS.wDrvDetectSignature], RAMVARS_DRV_DETECT_SIGNATURE 78 mov WORD [RAMVARS.wSignature], RAMVARS_RAM_SIGNATURE 78 79 ; Fall to .InitializeInt13hStackChangeVariables 79 80 … … 151 152 mov ds, di ; EBDA segment to DS 152 153 add di, BYTE 64 ; DI to next stolen kB 153 cmp WORD [RAMVARS.wSignature], RAMVARS_ SIGNATURE154 cmp WORD [RAMVARS.wSignature], RAMVARS_RAM_SIGNATURE 154 155 jne SHORT .LoopStolenKBs ; Loop until sign found (always found eventually) 155 156 ret
Note:
See TracChangeset
for help on using the changeset viewer.