making an OS in C

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
chicken-man
Posts: 1
Joined: Fri Oct 07, 2005 11:00 pm

making an OS in C

Post 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
User avatar
carbonBased
Member
Member
Posts: 382
Joined: Sat Nov 20, 2004 12:00 am
Location: Wellesley, Ontario, Canada
Contact:

Re: making an OS in C

Post 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
earlz
Member
Member
Posts: 1546
Joined: Thu Jul 07, 2005 11:00 pm
Contact:

Re: making an OS in C

Post by earlz »

i agree
Post Reply