Changeset 40648 in vbox for trunk/src/VBox/Devices/PC
- Timestamp:
- Mar 26, 2012 2:18:59 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 77078
- Location:
- trunk/src/VBox/Devices/PC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS-new/pmode.inc
r38699 r40648 48 48 pmode_exit proc near 49 49 50 mov ax, 28h ; Ensure RM limit/attributes 51 mov ds, ax 52 50 53 mov eax, cr0 51 54 and al, 0FEh -
trunk/src/VBox/Devices/PC/BIOS/rombios.c
r40236 r40648 11372 11372 11373 11373 pmode_exit: 11374 mov ax, #0x28 11375 mov ds, ax 11374 11376 mov eax, cr0 11375 11377 and al, #0xfe
Note:
See TracChangeset
for help on using the changeset viewer.