VirtualBox

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


Ignore:
Timestamp:
Apr 8, 2014 1:47:53 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
93183
Message:

BIOS: Init vector 1Ah before initializing VGA BIOS (in case it needs PCI).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/BIOS/orgs.asm

    r50160 r50997  
    395395                call    pcibios_init_iomem_bases
    396396                call    pcibios_init_irqs
     397                SET_INT_VECTOR 1Ah, BIOSSEG, int1a_handler
    397398
    398399                ;; PIT setup
     
    486487
    487488                ;; CMOS RTC
    488                 SET_INT_VECTOR 1Ah, BIOSSEG, int1a_handler
    489489                SET_INT_VECTOR 4Ah, BIOSSEG, dummy_iret ; TODO: redundant?
    490490                SET_INT_VECTOR 70h, BIOSSEG, int70_handler
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