VirtualBox

Changeset 67888 in vbox for trunk/src/VBox/Devices/PC/BIOS


Ignore:
Timestamp:
Jul 10, 2017 5:30:11 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
116854
Message:

BIOS: Typo (IRQ 10 and 11 both should have the dummy handler).

Location:
trunk/src/VBox/Devices/PC/BIOS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/BIOS/makefile

    r67115 r67888  
    1919CFLAGS   = -q -0 -wx -zu -s -oas -d1+ -ms
    2020CFLAGS32 = -q -wx -zu -s -oas -d1+ -ms -nt=BIOS32 -nd=BIOS32
     21# -oat seems to prevent ENTER/LEAVE generation
     22#CFLAGS32 = -q -wx -zu -s -oat -d1+ -ms -nt=BIOS32 -nd=BIOS32
    2123
    2224DEFS = -DVBOX -DVBOX_LANBOOT_SEG=0xE200 -DVBOX_VERSION_STRING=$(Q)0.9$(Q) &
     
    5355         clname DATA segaddr=0xF000 segment _DATA &
    5456         clname CODE &
    55          segment _TEXT segaddr=0xF000 offset=0x1600 &
     57         segment _TEXT segaddr=0xF000 offset=0x1C00 &
    5658         segment BIOS32 segaddr=0xF000 offset=0xDB00 &
    5759         segment BIOSSEG segaddr=0xF000 offset=0xE000 &
  • trunk/src/VBox/Devices/PC/BIOS/orgs.asm

    r67785 r67888  
    523523
    524524                ;; Serial setup
    525                 SET_INT_VECTOR 0Bh, BIOSSEG, dummy_isr
    526                 SET_INT_VECTOR 0Ch, BIOSSEG, dummy_isr
     525                SET_INT_VECTOR 0Bh, BIOSSEG, dummy_isr  ; IRQ 3
     526                SET_INT_VECTOR 0Ch, BIOSSEG, dummy_isr  ; IRQ 4
    527527                SET_INT_VECTOR 14h, BIOSSEG, int14_handler
    528528                xor     bx, bx
     
    851851                SET_INT_VECTOR 0Dh, BIOSSEG, dummy_isr  ; IRQ 5
    852852                SET_INT_VECTOR 0Fh, BIOSSEG, dummy_isr  ; IRQ 7
    853                 SET_INT_VECTOR 72h, BIOSSEG, dummy_isr  ; IRQ 11
     853                SET_INT_VECTOR 72h, BIOSSEG, dummy_isr  ; IRQ 10
     854                SET_INT_VECTOR 73h, BIOSSEG, dummy_isr  ; IRQ 11
    854855                SET_INT_VECTOR 77h, BIOSSEG, dummy_isr  ; IRQ 15
    855856
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette