Changeset 42357 in vbox for trunk/src/VBox/Devices/PC
- Timestamp:
- Jul 24, 2012 12:29:29 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS/Makefile.kmk
r42147 r42357 39 39 clname CODE \ 40 40 segment _TEXT segaddr=0xF000 offset=0x1600 \ 41 segment BIOS32 segaddr=0xF000 offset=0xD E00 \41 segment BIOS32 segaddr=0xF000 offset=0xDB00 \ 42 42 segment BIOSSEG segaddr=0xF000 offset=0xE000 43 43 VBoxPcBios_SOURCES = \ … … 53 53 system.c \ 54 54 timepci.c \ 55 pcibios.c \56 55 ps2mouse.c \ 57 56 parallel.c \ … … 59 58 scsi.c \ 60 59 ahci.c \ 60 pcibios.c \ 61 61 pciutil.c \ 62 62 vds.c \ 63 63 ../../BiosCommonCode/support.asm \ 64 64 pcibio32.asm \ 65 $(VBoxPcBios32_1_TARGET) \ 65 66 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 66 73 67 74 #
Note:
See TracChangeset
for help on using the changeset viewer.