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
happyplanet666
Posts: 7
Joined: Fri Jul 01, 2005 11:00 pm
Location: Maaseik (Belgium)

os in c++

Post by happyplanet666 »

is it possible to program your os in c++, how???
ps:does anyone knows good tutorials how to create your os?
User avatar
matthias
Member
Member
Posts: 158
Joined: Fri Oct 22, 2004 11:00 pm
Location: Vlaardingen, Holland
Contact:

Re: os in c++

Post by matthias »

Yes it is possible, but I think C is more satisfying.. Give this tutorial a try:

http://www.invalidsoftware.net/os/?the_id=11

It worked fine for me ;)
Last edited by matthias on Wed Aug 17, 2005 11:00 pm, edited 1 time in total.
The source of my problems is in the source.
happyplanet666
Posts: 7
Joined: Fri Jul 01, 2005 11:00 pm
Location: Maaseik (Belgium)

Re: os in c++

Post by happyplanet666 »

ty
User avatar
matthias
Member
Member
Posts: 158
Joined: Fri Oct 22, 2004 11:00 pm
Location: Vlaardingen, Holland
Contact:

Re: os in c++

Post by matthias »

no problem ;)
The source of my problems is in the source.
Legend
Member
Member
Posts: 195
Joined: Tue Nov 02, 2004 12:00 am
Contact:

Re: os in c++

Post by Legend »

Well, C++ needs some functions for runtime support of some C++ features.
*post*
Post Reply