Linked by Andy Tanenbaum on Mon 25th Sep 2006 05:41 UTC
OSNews, Generic OSes How often have you rebooted your TV set in the past year? Probably a lot less than you have rebooted your computer. Of course there are many "reasons" for this, but increasingly, nontechnical users don't want to hear them. They just want their computer to work perfectly all the time and never crash. MINIX 3 is a project to develop an operating system as reliable as a TV set, for embedded systems and mission critical applications, but also for future $50 single-chip laptops and general desktop use. The focus is being small, simple, and reliable. Note: This is the last entry for the Alternative OS Contest.
Thread beginning with comment 165305
To read all comments associated with this story, please click here.
interesting
by netpython on Mon 25th Sep 2006 08:17 UTC
netpython
Member since:
2005-07-06

Building a reliable system despite the inevitable bugs in device drivers was the original driving force behind MINIX 3.

Must be the case with less than 4000 lines of code.Interesting.