Mail Archives: djgpp/2000/03/26/08:31:43
"Chris Software" <chroweb AT hotmail DOT com> 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).
- Raw text -