Changeset 44058 in vbox for trunk/src/VBox/Devices/PC
- Timestamp:
- Dec 6, 2012 6:20:04 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS/orgs.asm
r43759 r44058 518 518 519 519 hard_drive_post proc near 520 521 ;; TODO Why? And what about secondary controllers?522 mov al, 0Ah ; disable IRQ 14523 mov dx, 03F6h524 out dx, al525 520 526 521 xor ax, ax
Note:
See TracChangeset
for help on using the changeset viewer.