I was thinking whilst doing my Work Experience the other day, whether it would be a good idea to make a Linux OS. I mean, there is GNOME and KDE already available, so you wont nessacarily need to program the kernel. Most programs are there and it looks good, if you lay it right.
But then I started thinking, of when I first started to program my OS, and the feeling I had. I love the idea of making something which is my own, and that will be completely mine.
It will probably take longer, but in the end, it will be mine!
Im still deciding whether or not to start a Linux distro, it's ok if I do, because I'm only on the kernel .
~Touch
Linux or your own?
Re: Linux or your own?
Just to note, GNOME and KDE aren't remotely associated with the kernel - they're desktop environments which make use of the X11 specification implementation (usually X.org's version) to display a GUI.
But yeah, rolling your own Linux distro would probably be quite educational, and relatively not that hard.
But yeah, rolling your own Linux distro would probably be quite educational, and relatively not that hard.
Regards,
Angus [Óengus] 'Midas' Lepper
Angus [Óengus] 'Midas' Lepper
Hi,
Writing all of your own code to run on top of the Linux kernel (and dumping everything else, like X, Bash, intrd, daemons, etc) would qualify as "OS development"...
Cheers,
Brendan
Creating your own Linux distribution probably wouldn't qualify as "OS development", but...Neo wrote:So then you want to add to the numerous so called Linux distros?Touch wrote:@Midas: Yeah, I know that they are desktop environments.
@Chase: I have also read the Linux from scratch.
Don't really think that fits into the OS development board.
Writing all of your own code to run on top of the Linux kernel (and dumping everything else, like X, Bash, intrd, daemons, etc) would qualify as "OS development"...
Cheers,
Brendan
For all things; perfection is, and will always remain, impossible to achieve in practice. However; by striving for perfection we create things that are as perfect as practically possible. Let the pursuit of perfection be our guide.
I think what you mean is making an os that is compatible with programs bult for linux. it's not a bad Idea, considering that when you make an OS, the hardest part is finding hardware manufactures to make drivers for you OS(or finding information about a device(like a video card)) and it'd would be a a lot easier than makeing an OS compatible with M$