What's the best open source OS around
What's the best open source OS around
I wnat ot know what is the best open source OS around in terms of 'strength' and ease of understanding.
I am proficient in C++
I am proficient in C++
Linux is a good choice because there are so many existing distros.It's code is comented very well.There are a tons of documents and tutorial around the web for Linux.If you want to read it's sources you need to learn the differences between C and C++ because the code is in C.
Last edited by muisei on Thu Apr 19, 2007 8:17 am, edited 1 time in total.
- Brynet-Inc
- Member
- Posts: 2426
- Joined: Tue Oct 17, 2006 9:29 pm
- Libera.chat IRC: brynet
- Location: Canada
- Contact:
Re: What's the best open source OS around
Spelling mistakes aside... I'll respond to this one...OSDevver wrote:I wnat ot know what is the best open source OS around in terms of 'strength' and ease of understanding.
I am proficient in C++
Quite a few common operating systems out there refuse C++ usage in their kernels, OpenBSD/NetBSD/FreeBSD use ASM/C only.. And I'm almost positive the Linux kernel does not use C++.
I think NewOS/Haiku might use C++ in their kernel though..
- Colonel Kernel
- Member
- Posts: 1437
- Joined: Tue Oct 17, 2006 6:06 pm
- Location: Vancouver, BC, Canada
- Contact:
I just switched back to being a Linux user about 2 days ago (from Windows2000) and I'm now running Ubuntu..
The amount of eye-candy on my desktop makes stuff like Windows Vista look really out-dated. Yeah, you guessed it, I'm running Beryl as my window manager.
The amount of eye-candy on my desktop makes stuff like Windows Vista look really out-dated. Yeah, you guessed it, I'm running Beryl as my window manager.
The real problem with goto is not with the control transfer, but with environments. Properly tail-recursive closures get both right.
Re: What's the best open source OS around
Trooooooolll! Troooll in the dungeons!OSDevver wrote:I wnat ot know what is the best open source OS around in terms of 'strength' and ease of understanding.
I am proficient in C++
- AndrewAPrice
- Member
- Posts: 2309
- Joined: Mon Jun 05, 2006 11:00 pm
- Location: USA (and Australia)
Re: What's the best open source OS around
Minix 3! Check out their documentation:D!OSDevver wrote:I wnat ot know what is the best open source OS around in terms of 'strength' and ease of understanding.
I am proficient in C++
My OS is Perception.
For ease of understanding, I'd recommend any of the hobby OS's around that are on the more complete side. Like newos, mobius, etc (You can google for these). They are designed well, but not too complex to understand what is going on in the code like modern Linux would be for someone just getting started in OS dev.
Re: What's the best open source OS around
Umm...can we can some constructive posts from you?Crazed123 wrote:Trooooooolll! Troooll in the dungeons!OSDevver wrote:I wnat ot know what is the best open source OS around in terms of 'strength' and ease of understanding.
I am proficient in C++
All you seem to do is put others down, or troll yourself. This isn't the place for it.
Re: What's the best open source OS around
Oh no no. You must understand. He just can't help himself from using that quote.Daedalus wrote:Umm...can we can some constructive posts from you?Crazed123 wrote:Trooooooolll! Troooll in the dungeons!OSDevver wrote:I wnat ot know what is the best open source OS around in terms of 'strength' and ease of understanding.
I am proficient in C++
All you seem to do is put others down, or troll yourself. This isn't the place for it.
C8H10N4O2 | #446691 | Trust the nodes.
Re: What's the best open source OS around
I've gone through the NewOS source quite a bit. No C++. Haiku I've never personally looked at, but being as its a NewOS fork, then i would assume it is all C as well.Brynet-Inc wrote:Quite a few common operating systems out there refuse C++ usage in their kernels, OpenBSD/NetBSD/FreeBSD use ASM/C only.. And I'm almost positive the Linux kernel does not use C++.
I think NewOS/Haiku might use C++ in their kernel though..
- Brynet-Inc
- Member
- Posts: 2426
- Joined: Tue Oct 17, 2006 9:29 pm
- Libera.chat IRC: brynet
- Location: Canada
- Contact:
Re: What's the best open source OS around
I've looked in the kernel directory of haiku and there were .cpp files present..omin0us wrote:I've gone through the NewOS source quite a bit. No C++. Haiku I've never personally looked at, but being as its a NewOS fork, then i would assume it is all C as well.