Date: Sun, 26 Mar 2000 16:13:26 +0500 Message-Id: <200003261113.QAA03917@midpec.com> From: Prashant TR To: djgpp AT delorie DOT com In-reply-to: (chroweb@hotmail.com) Subject: Re: Raw Binary Files References: Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk "Chris Software" proclaimed: > Hi, I would like to compile a executable that is a raw binary, without > the headers. I want to do this because I am trying to make a boot disk with > this as the instruction set. > I have a ASM bootstrap loader that init's the system and then will call > my binary, however, i can not figure out how to get the binary to compile as > a raw file. These kind of things can't be done with DJGPP. Because when your system boots, there's no OS yet, no DPMI support which is required. So, I'm guessing that you're not using DJGPP in which case this would be off-topic. However, I had written a small bootstrap program some years back. I can dig it out from my hard disk and send that to you if it helps. (Please mail in private).