Linked by Hadrien Grasland on Sat 5th Feb 2011 10:59 UTC
OSNews, Generic OSes So you have taken the test and you think you are ready to get started with OS development? At this point, many OS-deving hobbyists are tempted to go looking for a simple step-by-step tutorial which would guide them into making a binary boot, do some text I/O, and other "simple" stuff. The implicit plan is more or less as follow: any time they'll think about something which in their opinion would be cool to implement, they'll implement it. Gradually, feature after feature, their OS would supposedly build up, slowly getting superior to anything out there. This is, in my opinion, not the best way to get somewhere (if getting somewhere is your goal). In this article, I'll try to explain why, and what you should be doing at this stage instead in my opinion.
Permalink for comment 461032
To read all comments associated with this story, please click here.
RE[2]: Obvious and mundane
by Neolander on Sat 5th Feb 2011 13:13 UTC in reply to "RE: Obvious and mundane"
Neolander
Member since:
2010-03-08

Exactly. I've got a nice book about website usability where if you only read the author's twelve principles on the subject, you consider that she's just stating the obvious and wonder why you have bothered buying the book at all.

Then, if you take the time to read the rest of the book, you discover many, many examples of famous websites which don't follow these "obvious" rules.

Afterwards, you can consider that all website designers are idiots. Or admit that even when something sounds obvious, it's not necessarily so.

This, plus some time spent on OSdev's forums, is why I felt it was a good idea to include this part in my tutorial's plan. The "throw random features on a raw educational kernel and hope it sticks" attitude is much more prevalent that one would spontaneously think it is.

If an OS is meant to be used, considering it from the user's point of view first is a truly vital step. Because it allows to guide further design decisions, and avoid making something which tries to do everything at once, and ends up sucking in every area.

Edited 2011-02-05 13:30 UTC

Reply Parent Score: 1