Intel 386 C

Stephen B Coy coy at ssc-vax
Wed Jun 12 08:53:23 AEST 1991


In article <1234 at ocsmd.com> glenn at zeus.ocs.com (Glenn Ford) writes:
>
>Has anyone used INTEL386 C?  It is supposed to make 386 executables
>that don't need a DOS extender!  It apparently wraps its own
>DOS extender into the executable!  Sounds too good to be true?!
>Let me know of any evaluations people have if they have tried
>doing this..thanks..

Yes, it comes with a DOS extender that is automatiacally bound with
your application upon linking.  The DOS extender will recognize up
to 16Mb of extended RAM and can be set up to use up to 4Gb of disk
space for virtual memory.  Perhaps the nicest thing about the DOS
extender is that Intel requires NO royalties for distribution of
executables unlike Phar Lap and Ergo.  The DOS extender is DPMI
compliant which means that it runs just fine under a Windows DOS box
when you're in 386 enhanced mode.  Speed wise, the impression I've
gotten is that the Intel package compiles slightly slower than
Watcom 386 (but still reasonable) and executes about the same speed
depending on the code, of course.  Output to stdout seems slower for
some reason which I haven't looked into yet.  Price wise, compared
to Watcom 386 and a DOS extender and royalties you just can't beat
the price of the Intel package.

If anyone has any specific questions I'd be happy to answer them.
Followups moved to comp.os.msdos.programmer.

Stephen Coy
coy at ssc-vax.UUCP

discalimer:  I have no connection with Intel except for a $500 hole
in my Visa card.



More information about the Comp.lang.c mailing list