[net.micro.apple] Running Aztec C under 'Custom DOS'

bwc@ganehd.UUCP (Brantley Coile) (10/31/84)

	How can you take the binaries from the DOS verion of the 
	Aztec C compiler and run them under a 'custom' Operating System?   

	Any suggestions?
				Brantley Coile CCP

				..!akgua!ganehd!bwc

gwyn@brl-tgr.ARPA (Doug Gwyn <gwyn>) (11/07/84)

> 	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.