Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site brl-tgr.ARPA Path: utzoo!linus!philabs!cmcl2!seismo!brl-tgr!gwyn From: gwyn@brl-tgr.ARPA (Doug Gwyn) Newsgroups: net.micro.apple Subject: Re: Running Aztec C under 'Custom DOS' Message-ID: <5632@brl-tgr.ARPA> Date: Wed, 7-Nov-84 11:35:52 EST Article-I.D.: brl-tgr.5632 Posted: Wed Nov 7 11:35:52 1984 Date-Received: Sat, 10-Nov-84 04:03:18 EST References: <199@ganehd.UUCP> Organization: Ballistic Research Lab Lines: 8 > How can you take the binaries from the DOS verion of the > Aztec C compiler and run them under a 'custom' Operating System? I assume you mean the linked applications, not the Aztec compiler itself. In which case, you have to replace much of the C library with routines to use the "custom" OS instead of DOS 3.3. Then, if the "custom" OS use of memory does not conflict with Aztec run-time usage, all you need do is load and execute the linker output binary file.