| Plan9 needs a wider adoption. It is an evolution of UNIX design concepts: * all objects are either files or file systems * communication is over a network * private namespaces (transparent access to remote processes) [1] Even more modern concepts are in the NT kernel by Dave Cutler (VMS fame). NT uses an object metaphor that is pervasive throughout the architecture of the system. Not only are all of the things in the UNIX file metaphor viewed as objects by NT, but so are things such as processes and threads, shared memory segments, the global registry database and even access rights. [2] You can browse the NT object tree e.g. with the ReactOS Explorer on Windows or ReactOS. [3] [1] http://en.wikipedia.org/wiki/Plan_9_from_Bell_Labs [2] http://old.reactos.org/en/about.html [3] http://www.foxplanet.de/explorer/ |