VirtualBox

Changeset 42357 in vbox for trunk/src/VBox/Devices/PC


Ignore:
Timestamp:
Jul 24, 2012 12:29:29 PM (13 years ago)
Author:
vboxsync
Message:

PCBIOS: Enabled the 32-bit pci bios code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/BIOS/Makefile.kmk

    r42147 r42357  
    3939         clname CODE \
    4040          segment _TEXT   segaddr=0xF000 offset=0x1600 \
    41           segment BIOS32  segaddr=0xF000 offset=0xDE00 \
     41          segment BIOS32  segaddr=0xF000 offset=0xDB00 \
    4242          segment BIOSSEG segaddr=0xF000 offset=0xE000
    4343 VBoxPcBios_SOURCES = \
     
    5353        system.c \
    5454        timepci.c \
    55         pcibios.c \
    5655        ps2mouse.c \
    5756        parallel.c \
     
    5958        scsi.c \
    6059        ahci.c \
     60        pcibios.c \
    6161        pciutil.c \
    6262        vds.c \
    6363        ../../BiosCommonCode/support.asm \
    6464        pcibio32.asm \
     65        $(VBoxPcBios32_1_TARGET) \
    6566        orgs.asm
     67
     68 # For 32-bit C code in PC BIOS.
     69 LIBRARIES += VBoxPcBios32Lib
     70 VBoxPcBios32_TEMPLATE = VBoxBios32
     71 VBoxPcBios32_SOURCES = \
     72       pci32.c
    6673
    6774 #
Note: See TracChangeset for help on using the changeset viewer.

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