How to Compile ?

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
Indium V

How to Compile ?

Post by Indium V »

I am using DJGPP, how can i compile my "real mode" kernel (kernel.c) ?
What are the steps to compile ?
Guest

RE:How to Compile ?

Post by Guest »

>On 2002-02-14 12:25:20, Indium V wrote:
>I am using DJGPP, how can i compile my "real mode" kernel (kernel.c) ?

You can't. DJGPP makes only 32-bit pmode code.

Maybe use the free Turbo C instead (registration required):
http://community.borland.com/museum/

or use Watcom C:
ftp://ftp.openwatcom.org/watcom/zips/
Post Reply