outputting binary

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
Guest

outputting binary

Post by Guest »

how do i output a flat binary image with DJGPP
Chris Giese

RE:outputting binary

Post by Chris Giese »

>On 2001-12-07 20:02:24, Anonymous wrote:
>how do i output a flat binary image with DJGPP

ld --oformat binary ....

There are a lot of gotchas with binary kernels:
http://www.execpc.com/~geezer/osd/gotchas
Post Reply