Changeset 294 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc/BootVars.inc
- Timestamp:
- Mar 4, 2012, 1:35:10 AM (13 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Inc/BootVars.inc
r254 r294 10 10 11 11 12 ; Pre-boot variables. These do not exist after successful lboot to OS.12 ; Pre-boot variables. These do not exist after successful boot to OS. 13 13 ; Segment is always 0000h, same as BDA segment 14 14 struc BOOTVARS … … 95 95 mov ss, ax 96 96 lss sp, [ss:BOOTVARS.dwPostStack] 97 %endif 97 %endif 98 98 %endmacro 99 99
Note:
See TracChangeset
for help on using the changeset viewer.