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