There a only a handful of viable operating systems out there (Linux, Windows, and (?). What makes it so difficult to make a fresh operating system?

987 views

There a only a handful of viable operating systems out there (Linux, Windows, and (?). What makes it so difficult to make a fresh operating system?

In: Technology

7 Answers

Anonymous 0 Comments

It’s not particularly hard to make one. It’s not a think a hobbyist would usually do, but a skilled programmer can do it with some time and effort.

But most programs have to interact with the operating system pretty frequently, either directly or through some sort of underlying framework (more commonly the latter). So to use the unique features of an OS, you need programmers to be using those features at a program level, which takes a lot of work. So most programs are written for the major operating systems and not for niche ones.

You are viewing 1 out of 7 answers, click here to view all answers.