QuestionBest Programming Lang. for OS

Posts 19 of 9 · Page 1 of 1
Best Programming Lang. for OS
Don't laugh just yet...I don't plan on making the next big OS or anything. I do on the other hand want to put the thousands of hours into making my own little (minimal) OS.

Before I start I was wonding what is the best lang. to make it in? I was thinking C++ then I ran into assembly, what is the best one to use? Doesn't ubuntu use C++?
C++ with C#.
Quote Originally Posted by Hassan View Post
C++ with C#.
C++ with C# .... that perfect choice
C. Nice, stable, fast. Windows, BSD and Linux are programmed in C.
Quote Originally Posted by freedompeace View Post
C. Nice, stable, fast. Windows, BSD and Linux are programmed in C.
This. Best choice to make a stable system. Also tried it myself once <:
I built my os on C++ and assembler. I built my kernel in C++ using VC++ 2005 and then made 2 bootloaders ( cough* leeched the second chouch*) which would parse the PE kernel.
Quote Originally Posted by .::SCHiM::. View Post
I built my os on C++ and assembler. I built my kernel in C++ using VC++ 2005 and then made 2 bootloaders ( cough* leeched the second chouch*) which would parse the PE kernel.
Oh yeah, I'd also like to add that ReactOS uses C, C++ and Assembly. It's an open source WinNT remake.
Use C, C++, and Assembly. All of which are stable and fast, if you do it right.
Posts 19 of 9 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?