Page 1 of 1

making an OS in C

Posted: Fri Oct 07, 2005 11:00 pm
by chicken-man
Can some one help me make a small operating system in C, so far all I can do is make a C program loop, I want to make a function that prints text to the screen and a function that clears the screen. (I have tryed assembly but I find it to hard.)

-chicken man

Re: making an OS in C

Posted: Fri Oct 07, 2005 11:00 pm
by carbonBased
You're going to require assembly language knowledge in order to make an OS. If you aren't currently comfortable with assembly, I'd suggest building a few smaller projects before taking on an OS.

Cheers,
Jeff

Re: making an OS in C

Posted: Fri Oct 07, 2005 11:00 pm
by earlz
i agree