|
|
coherent
/* * h/i386/varmch.h * Machine specific variant bits. * i386. * All except -VNDP and -VXSTAT are currently meaningless for the i386 compiler, * but remain here so the same driver can run the i8086 and i386 compilers. */ #define VSMALL (VMBASE+0) /* SMALL model */ #define VCOMPAC (VMBASE+1) /* COMPACT model - UNIMPLEMENTED */ #define VMEDIUM (VMBASE+2) /* MEDIUM model - UNIMPLEMENTED */ #define VLARGE (VMBASE+3) /* LARGE model */ #define V8087 (VMBASE+4) /* 8087 floating point - UNIMPLEMENTED */ #define VNDP (VMBASE+4) /* Same as V8087 */ #define VRAM (VMBASE+5) /* Daisy code->data option */ #define VOMF (VMBASE+6) /* Generate OMF objects */ #define V80186 (VMBASE+7) /* Generate 80186 instructions */ #define V80287 (VMBASE+8) /* Generate 80287 floating point */ #define VALIGN (VMBASE+9) /* Word-align stack */ #define VEMU87 (VMBASE+10) /* Generate 8087 emulation calls */ #define VXSTAT (VMBASE+11) /* Output static external items */ /* end of h/i386/varmch.h */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.