makefile revision 462c2f9dacdb6dffd14dba77cb8879d66e3febf3
# -ms force small model (default) # -s remove runtime stack checks (required) # -zu assume that SS != DS (required) # -ecc default to __cdecl calling convention (bad idea) CFLAGS = -q -0 -wx -zu -s -oas -d1+ -ms CFLAGS32 = -q -wx -zu -s -oas -d1+ -nt=BIOS32 -nd=BIOS32 DEFS = -DVBOX -DVBOX_LANBOOT_SEG=0xE200 -DVBOX_VERSION_STRING=$(Q)0.9$(Q) & -DVBOX_WITH_SCSI -DVBOX_WITH_AHCI INCLS = -I$(Q)../../../../../include$(Q) wlink name $@ system dos debug all option quiet & option nofarcalls, map, verbose, statics, symfile & output raw offset=0xF0000 order & clname DATA segaddr=0xF000 segment _DATA & segment _TEXT segaddr=0xF000 offset=0x1600 & segment BIOS32 segaddr=0xF000 offset=0xDB00 & segment BIOSSEG segaddr=0xF000 offset=0xE000 &