Changeset 38848 in vbox for trunk/src/VBox/Devices/PC/BIOS-new/makefile
- Timestamp:
- Sep 23, 2011 1:27:55 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS-new/makefile
r38733 r38848 16 16 CFLAGS = -q -0 -wx -zu -s -oas -d1+ -ms 17 17 DEFS = -DVBOX -DVBOX_LANBOOT_SEG=0xE200 -DVBOX_VERSION_STRING=$(QUOTE)0.9$(QUOTE) & 18 -DVBOX_WITH_SCSI 18 -DVBOX_WITH_SCSI -DVBOX_WITH_BIOS_AHCI 19 19 20 20 AFLAGS = -q -0 -wx … … 30 30 OBJS = bios.obj print.obj ata.obj floppy.obj eltorito.obj boot.obj & 31 31 keyboard.obj disk.obj serial.obj system.obj timepci.obj & 32 ps2mouse.obj parallel.obj logo.obj scsi.obj pcibio32.obj orgs.obj 32 ps2mouse.obj parallel.obj logo.obj scsi.obj ahci.obj & 33 pcibio32.obj orgs.obj 33 34 34 35 vbxbios.rom : vbxbios.bin … … 41 42 clname DATA segaddr=0xF000 segment _DATA & 42 43 clname CODE & 43 segment _TEXT segaddr=0xF000 offset=0x1 400 &44 segment _TEXT segaddr=0xF000 offset=0x1600 & 44 45 segment BIOS32 segaddr=0xF000 offset=0xDE00 & 45 46 segment BIOSSEG segaddr=0xF000 offset=0xE000 &
Note:
See TracChangeset
for help on using the changeset viewer.