use gcc(DJGPP) to compile my hello.c as kernel

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
qflash

use gcc(DJGPP) to compile my hello.c as kernel

Post by qflash »

hello.c:

main()
{
printf("hello os");
}
I use DJGPP under WIN2000
Post Reply