From: Andrew Cottrell Newsgroups: comp.os.msdos.djgpp Subject: Re: Compiling on NT, running on DOS Date: Mon, 12 Nov 2001 22:52:52 +1100 Organization: The Internet Group (Sydney) Lines: 20 Message-ID: References: <3BEF168D DOT 18218F05 AT barney DOT physics DOT berkeley DOT edu> NNTP-Posting-Host: p188-tnt7.syd.ihug.com.au Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: bugstomper.ihug.com.au 1005565933 9975 203.173.144.188 (12 Nov 2001 11:52:13 GMT) X-Newsreader: Forte Agent 1.8/32.548 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com wrote: > >I'm trying to build an embedded system and I'm using DJGPP. Are you targeting a specific RTOS or as indiacted just plain vanila MS-DOS 6.22? Read the FAQ if you are using plain MS-DOS 6.22 otherwise check:- a) Is the embedded DOS compatible with MS-DOS b) Does the embedded DOS come with a DPMI server? c) If is is an RTOS does it ahve a DPMI server? From my experince it would appear that you need to have a look at the MS-DOS clone specs or the RTOS specs to see if they support DPMI and if they don't then you may need to go back to MS-VC++ 1.52 (YES 1.52) or BC ++ 4.52 or Pacific C. Andrew