From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Tue, 19 Oct 2004 09:45:15 -1000 From: Tim Newsham To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] alright, this should be interesting In-Reply-To: <41753982.2090903@anvil.com> Message-ID: References: <35b09c83f408fc9fd7a2b0d019a96010@granite.cias.osakafu-u.ac.jp> <41753982.2090903@anvil.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Topicbox-Message-UUID: f0ab4d4a-eacd-11e9-9e20-41e7f4b1d025 > Well, yes and no. > > Kernels are also important in the sense that they set the tone for > everything above them: > kencc wouldn't have happened on linux, for example. The "personality" can be completely isolated from the kernel. It is possible to provide the complete plan9 API above windows or linux or any other reasonable kernel. It wouldn't be efficient, and you may have to bend over backwards in a few places if using some APIs (ie. see cygwin's implementation of fork and select using only the win32 api), but it is possible. So in this sense, I'm not sure I agree with you. > DaveL. Tim N.