Poll: why are you making an os?

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
Mikemk
Member
Member
Posts: 409
Joined: Sat Oct 22, 2011 12:27 pm

Poll: why are you making an os?

Post by Mikemk »

Self-explanatory title

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.
User avatar
iansjack
Member
Member
Posts: 4683
Joined: Sat Mar 31, 2012 3:07 am
Location: Chichester, UK

Re: Poll: why are you making an os?

Post by iansjack »

Because it isn't there.
User avatar
skeen
Member
Member
Posts: 59
Joined: Tue Sep 27, 2011 6:45 am
Location: Denmark

Re: Poll: why are you making an os?

Post by skeen »

For educational purposes.
// Skeen
// Developing a yet unnamed microkernel in C++14.
User avatar
Kazinsal
Member
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?

Post by Kazinsal »

Fun project, really. Also, what iansjack said.
User avatar
Griwes
Member
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?

Post by Griwes »

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
CWood
Member
Member
Posts: 127
Joined: Sun Jun 20, 2010 1:21 pm

Re: Poll: why are you making an os?

Post by CWood »

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.
User avatar
Jezze
Member
Member
Posts: 395
Joined: Thu Jul 26, 2007 1:53 am
Libera.chat IRC: jfu
Contact:

Re: Poll: why are you making an os?

Post by Jezze »

Because UNIX lost it's way.
Fudge - Simplicity, clarity and speed.
http://github.com/Jezze/fudge/
User avatar
dozniak
Member
Member
Posts: 723
Joined: Thu Jul 12, 2012 7:29 am
Location: Tallinn, Estonia

Re: Poll: why are you making an os?

Post by dozniak »

Because I have an idea that needs realization.
Learn to read.
User avatar
bewing
Member
Member
Posts: 1401
Joined: Wed Feb 07, 2007 1:45 pm
Location: Eugene, OR, US

Re: Poll: why are you making an os?

Post by bewing »

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!)
User avatar
DavidCooper
Member
Member
Posts: 1150
Joined: Wed Oct 27, 2010 4:53 pm
Location: Scotland

Re: Poll: why are you making an os?

Post by DavidCooper »

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.
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
halofreak1990
Member
Member
Posts: 41
Joined: Thu Aug 09, 2012 5:10 am

Re: Poll: why are you making an os?

Post by halofreak1990 »

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
Mikemk
Member
Member
Posts: 409
Joined: Sat Oct 22, 2011 12:27 pm

Re: Poll: why are you making an os?

Post by Mikemk »

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.
Agreed. However, that same complexity is what protects the end user from 1) malicious software, visual artifacts, et. al.
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.
User avatar
iansjack
Member
Member
Posts: 4683
Joined: Sat Mar 31, 2012 3:07 am
Location: Chichester, UK

Re: Poll: why are you making an os?

Post by iansjack »

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.)
Mikemk
Member
Member
Posts: 409
Joined: Sat Oct 22, 2011 12:27 pm

Re: Poll: why are you making an os?

Post by Mikemk »

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.)
To start with, it is just a hobby project. If It's good enough, I do intend to sell though.
Programming is 80% Math, 20% Grammar, and 10% Creativity <--- Do not make fun of my joke!
If you're new, check this out.
User avatar
iansjack
Member
Member
Posts: 4683
Joined: Sat Mar 31, 2012 3:07 am
Location: Chichester, UK

Re: Poll: why are you making an os?

Post by iansjack »

If you have a commercial product as your aim perhaps people should start charging you for advice given here?
Post Reply