From: Ben Chong Newsgroups: comp.os.msdos.djgpp Subject: Creating standalone binaries Date: Fri, 23 Jun 2000 22:42:15 -0700 Organization: http://extra.newsguy.com Lines: 16 Message-ID: NNTP-Posting-Host: p-648.newsdawg.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Newsreader: Forte Agent 1.7/32.534 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi folks, I'm new to DJGPP and could not find an answer to my query in the FAQs. I am interested in using DJGPP to create standalone x86 binaries. For example, binaries that can be put into an EPROM and run independantly of any OS. Can this be done with DJGPP? This of course means no need for any DPMI stuff or even BIOS API stuff since the EPROM might be used in an embedded x86 system. If this can be done, can you provide pointers to how I can do it? Thanks! Ben