From: "Chris Software" Newsgroups: comp.os.msdos.djgpp Subject: Raw Binary Files Date: Fri, 24 Mar 2000 19:44:43 -0800 Organization: Posted via Supernews, http://www.supernews.com Lines: 9 Message-ID: X-Complaints-To: newsabuse AT supernews DOT com X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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. Any help is appriciated. Thanks