delorie.com/archives/browse.cgi | search |
From: | Sean Proctor <sproctor AT ccs DOT neu DOT edu> |
Newsgroups: | comp.os.msdos.djgpp |
Subject: | Re: Creating standalone binaries |
Message-ID: | <v90alss6porf11ps6ga33ivci5tchme7lp@4ax.com> |
References: | <t9i8lscbicrmt52fi7qh2dd7jutdl8ev5k AT 4ax DOT com> |
X-Newsreader: | Forte Agent 1.8/32.548 |
MIME-Version: | 1.0 |
Lines: | 27 |
Date: | Sat, 24 Jun 2000 18:43:11 GMT |
NNTP-Posting-Host: | 207.16.154.84 |
X-Complaints-To: | Abuse Role <abuse AT enter DOT net>, We Care <abuse AT newsread DOT com> |
X-Trace: | monger.newsread.com 961872191 207.16.154.84 (Sat, 24 Jun 2000 14:43:11 EDT) |
NNTP-Posting-Date: | Sat, 24 Jun 2000 14:43:11 EDT |
Organization: | ENTER.net (enter.net) |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
Reply-To: | djgpp AT delorie DOT com |
On Fri, 23 Jun 2000 22:42:15 -0700, Ben Chong <bluesky6 AT ix DOT netcom DOT com> wrote: >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 I'm not really an expert on this... but I don't think you can make C/C++ binaries independent of an OS as a lot of the calls are OS dependent... I'd try nasm if you want OS independent binaries... as that's a free assembler, but whether that will serve your purpose I don't know. Sean
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |