Changeset 60724 in vbox for trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-system-data.asm
- Timestamp:
- Apr 27, 2016 5:00:29 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-system-data.asm
r60686 r60724 997 997 ; LIDT structure for the real mode IVT at address 0x00000000 (8-byte aligned on offset). 998 998 BS3_GLOBAL_DATA Bs3Lidt_Ivt, 2+8 999 dw 256*4 - 1; limit999 dw 0ffffh ; limit 1000 1000 dw 0 ; low offset 1001 1001 dw 0 ; high offset
Note:
See TracChangeset
for help on using the changeset viewer.