I am using DJGPP, how can i compile my "real mode" kernel (kernel.c) ?
What are the steps to compile ?
How to Compile ?
RE:How to Compile ?
>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/
>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/