Changeset 67889 in vbox for trunk/src/VBox/Devices/PC/BIOS/makefile
- Timestamp:
- Jul 10, 2017 5:31:43 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS/makefile
r67888 r67889 19 19 CFLAGS = -q -0 -wx -zu -s -oas -d1+ -ms 20 20 CFLAGS32 = -q -wx -zu -s -oas -d1+ -ms -nt=BIOS32 -nd=BIOS32 21 # -oat seems to prevent ENTER/LEAVE generation22 #CFLAGS32 = -q -wx -zu -s -oat -d1+ -ms -nt=BIOS32 -nd=BIOS3223 21 24 22 DEFS = -DVBOX -DVBOX_LANBOOT_SEG=0xE200 -DVBOX_VERSION_STRING=$(Q)0.9$(Q) & … … 55 53 clname DATA segaddr=0xF000 segment _DATA & 56 54 clname CODE & 57 segment _TEXT segaddr=0xF000 offset=0x1 C00 &55 segment _TEXT segaddr=0xF000 offset=0x1600 & 58 56 segment BIOS32 segaddr=0xF000 offset=0xDB00 & 59 57 segment BIOSSEG segaddr=0xF000 offset=0xE000 &
Note:
See TracChangeset
for help on using the changeset viewer.