Changeset 397 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/VariablesAndDPTs/BootVars.asm
- Timestamp:
- Apr 19, 2012, 11:11:41 AM (13 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/VariablesAndDPTs/BootVars.asm
r395 r397 33 33 BootVars_Initialize: 34 34 ; Clear to zero 35 mov al, BOOTMENUINFO_size35 mov al, DRVDETECTINFO_size 36 36 mul BYTE [cs:ROMVARS.bIdeCnt] 37 mov di, BOOTVARS. hotkeyVars; We must not initialize anything before this!37 mov di, BOOTVARS.clearToZeroFromThisPoint ; We must not initialize anything before this! 38 38 add ax, BOOTVARS_size 39 39 sub ax, di
Note:
See TracChangeset
for help on using the changeset viewer.