Changeset 39109 in vbox for trunk/src/VBox/Devices/PC
- Timestamp:
- Oct 25, 2011 12:24:14 PM (13 years ago)
- Location:
- trunk/src/VBox/Devices/PC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS-new/orgs.asm
r39017 r39109 309 309 xor bx, bx 310 310 mov ds, bx 311 mov cx, 100h ; 256 interrupts311 mov cx, 78h ; leave the rest as zeros 312 312 mov ax, dummy_iret 313 313 mov dx, BIOSSEG -
trunk/src/VBox/Devices/PC/BIOS/rombios.c
r39017 r39109 11536 11536 ;; set all interrupts to default handler 11537 11537 xor bx, bx ;; offset index 11538 mov cx, #0x0 100 ;; counter (256 interrupts)11538 mov cx, #0x0078 ;; leave the rest as zeros 11539 11539 mov ax, #dummy_iret_handler 11540 11540 mov dx, #0xF000
Note:
See TracChangeset
for help on using the changeset viewer.