Changeset 41757 in vbox for trunk/src/VBox/Devices/PC/BIOS-new/pmode.inc
- Timestamp:
- Jun 15, 2012 2:26:29 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS-new/pmode.inc
r40648 r41757 48 48 pmode_exit proc near 49 49 50 mov ax, 28h ; Ensure RM limit/attributes51 mov ds, ax 50 mov ax, 40h ; Ensure RM limit/attributes 51 mov ds, ax ; (where base = selector << 4) 52 52 53 53 mov eax, cr0 … … 64 64 65 65 pmbios_gdt_desc: 66 dw 30h66 dw 40h + 7 ; last selector plus 8 - 1 67 67 dw pmbios_gdt 68 68 dw 000Fh … … 75 75 dw 0ffffh, 0, 9b0fh, 0000h ; 16-bit code, base=0xf0000 76 76 dw 0ffffh, 0, 9300h, 0000h ; 16-bit data, base=0x0 77 dw 0, 0, 0, 0 78 dw 0, 0, 0, 0 79 dw 0ffffh, 400h, 9300h, 0000h ; 16-bit data, base=0x40
Note:
See TracChangeset
for help on using the changeset viewer.