Linked by J. Scott Edwards on Fri 17th Dec 2004 18:51 UTC
OSNews, Generic OSes Every hard-core OS aficionado has done it: Laid out a grand scheme for creating the perfect OS. Taking all the best features and attributes from the OSes we love, and making sure to assiduously avoid the pitfalls of the OSes we don't. Maybe our goals were modest, and we just wanted a slightly tweaked version of an existing OS. But sometimes we're feeling ambitious, and we have large, creative ideas for revolutionizing computing. Long-time OSNews reader and contributor J. Scott Edwards just couldn't help himself, and he has set about to not only plan, but to try to build his dream OS.
Permalink for comment
To read all comments associated with this story, please click here.
OS Design
by Mat on Sat 18th Dec 2004 12:15 UTC

The author proposes introducing OS features like "native" object storage and such in order to make typical OS stuff (file systems etc.) transparent to HLL. I was very enthustiastic about that idea too, but later came to conclusion that there are only two ways to do it:

1. Integrate programming and OS environment *completely* - as with Smalltalk.

2. Don't.