Changeset 67888 in vbox for trunk/src/VBox/Devices/PC/BIOS/makefile
- Timestamp:
- Jul 10, 2017 5:30:11 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS/makefile
r67115 r67888 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 generation 22 #CFLAGS32 = -q -wx -zu -s -oat -d1+ -ms -nt=BIOS32 -nd=BIOS32 21 23 22 24 DEFS = -DVBOX -DVBOX_LANBOOT_SEG=0xE200 -DVBOX_VERSION_STRING=$(Q)0.9$(Q) & … … 53 55 clname DATA segaddr=0xF000 segment _DATA & 54 56 clname CODE & 55 segment _TEXT segaddr=0xF000 offset=0x1 600 &57 segment _TEXT segaddr=0xF000 offset=0x1C00 & 56 58 segment BIOS32 segaddr=0xF000 offset=0xDB00 & 57 59 segment BIOSSEG segaddr=0xF000 offset=0xE000 &
Note:
See TracChangeset
for help on using the changeset viewer.