Changeset 39913 in vbox
- Timestamp:
- Jan 31, 2012 9:39:09 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS-new/orgs.asm
r39904 r39913 883 883 mov al, ds:[496h] ; mf2_state |= 0x02 884 884 or al, 2 ; TODO: why not RMW? 885 mov ds:[496 ], al885 mov ds:[496h], al 886 886 jmp int09_done 887 887
Note:
See TracChangeset
for help on using the changeset viewer.