Poll: why are you making an os?
Poll: why are you making an os?
Self-explanatory title
For me, for commercial reasons.
For me, for commercial reasons.
Programming is 80% Math, 20% Grammar, and 10% Creativity <--- Do not make fun of my joke!
If you're new, check this out.
If you're new, check this out.
Re: Poll: why are you making an os?
Because it isn't there.
Re: Poll: why are you making an os?
For educational purposes.
// Skeen
// Developing a yet unnamed microkernel in C++14.
// Developing a yet unnamed microkernel in C++14.
- Kazinsal
- Member
- Posts: 559
- Joined: Wed Jul 13, 2011 7:38 pm
- Libera.chat IRC: Kazinsal
- Location: Vancouver
- Contact:
Re: Poll: why are you making an os?
Fun project, really. Also, what iansjack said.
- Griwes
- Member
- Posts: 374
- Joined: Sat Jul 30, 2011 10:07 am
- Libera.chat IRC: Griwes
- Location: Wrocław/Racibórz, Poland
- Contact:
Re: Poll: why are you making an os?
Because my world view tells me everything sucks and I strive to make something that sucks less than present suckers (that suck less, not doesn't suck; due to this philosophy, everything sucks, including my own work).
Reaver Project :: Repository :: Ohloh project page
<klange> This is a horror story about what happens when you need a hammer and all you have is the skulls of the damned.
<drake1> as long as the lock is read and modified by atomic operations
<klange> This is a horror story about what happens when you need a hammer and all you have is the skulls of the damned.
<drake1> as long as the lock is read and modified by atomic operations
Re: Poll: why are you making an os?
Because I'm an elitist, and I like to do everything myself, simply for the fun of it, and while I'll probably never get to implement everything I want to (the list is long ^^), at least I can say I tried. Might not be useful, but I enjoy it, and learn a lot.
Re: Poll: why are you making an os?
Because UNIX lost it's way.
Fudge - Simplicity, clarity and speed.
http://github.com/Jezze/fudge/
http://github.com/Jezze/fudge/
Re: Poll: why are you making an os?
I'm with Griwes. Plus I am set against ever giving Microsoft another thin dime for their suckage.
(I mean, why are WE paying MONEY for software that sucks this bad??!!?? Sheesh!)
(I mean, why are WE paying MONEY for software that sucks this bad??!!?? Sheesh!)
- DavidCooper
- Member
- Posts: 1150
- Joined: Wed Oct 27, 2010 4:53 pm
- Location: Scotland
Re: Poll: why are you making an os?
I built my OS as a platform for other work, and one of the reasons for doing so was that I wanted to know that any bug which turned up would always be definitely my fault so that I would never be diverted from the task of tracking it down by any suspicions that a bug in someone else's impenetrable code lower down might be to blame.
I also wanted to test an OS design which breaks a lot of the rules - I think that a lot of the complexity of modern operating systems is slowing them down rather than speeding them up, and the complexity is also making them less reliable and harder to work with. Arguing about such things is pointless though: the only way to settle the issue is going to be with actual demonstrations.
I also wanted to test an OS design which breaks a lot of the rules - I think that a lot of the complexity of modern operating systems is slowing them down rather than speeding them up, and the complexity is also making them less reliable and harder to work with. Arguing about such things is pointless though: the only way to settle the issue is going to be with actual demonstrations.
Help the people of Laos by liking - https://www.facebook.com/TheSBInitiative/?ref=py_c
MSB-OS: http://www.magicschoolbook.com/computing/os-project - direct machine code programming
MSB-OS: http://www.magicschoolbook.com/computing/os-project - direct machine code programming
-
- Member
- Posts: 41
- Joined: Thu Aug 09, 2012 5:10 am
Re: Poll: why are you making an os?
I'm creating my own OS after dissatisfaction with the OS's I'd used until now (Windows, Mac OS, Linux).
<PixelToast> but i cant mouse
Porting is good if you want to port, not if you want maximum quality. -- sortie
Porting is good if you want to port, not if you want maximum quality. -- sortie
Re: Poll: why are you making an os?
Agreed. However, that same complexity is what protects the end user from 1) malicious software, visual artifacts, et. al.DavidCooper wrote:I think that a lot of the complexity of modern operating systems is slowing them down rather than speeding them up, and the complexity is also making them less reliable and harder to work with.
Not trying to start a fight, just pointing out.
Programming is 80% Math, 20% Grammar, and 10% Creativity <--- Do not make fun of my joke!
If you're new, check this out.
If you're new, check this out.
Re: Poll: why are you making an os?
I'd be interested to know what you mean by "commercial reasons". There are much easier ways of making money than writing an OS. Unless you are writing something very specialized you are never going to make any money from your OS when there are such excellent free ones available. (You've probably left it too late to be the next Microsoft.)
Re: Poll: why are you making an os?
To start with, it is just a hobby project. If It's good enough, I do intend to sell though.iansjack wrote:I'd be interested to know what you mean by "commercial reasons". There are much easier ways of making money than writing an OS. Unless you are writing something very specialized you are never going to make any money from your OS when there are such excellent free ones available. (You've probably left it too late to be the next Microsoft.)
Programming is 80% Math, 20% Grammar, and 10% Creativity <--- Do not make fun of my joke!
If you're new, check this out.
If you're new, check this out.
Re: Poll: why are you making an os?
If you have a commercial product as your aim perhaps people should start charging you for advice given here?