From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <9febd63f2b14d9cec4cd1703135d0dfb@plan9.bell-labs.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] booting term kernel over the net From: "Russ Cox" MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Wed, 11 Dec 2002 13:04:55 -0500 Topicbox-Message-UUID: 31d6619a-eacb-11e9-9e20-41e7f4b1d025 > Also, (I hope this isn't sacrilege), what would be involved > in effort and design to allow fs to talk over TCP? you'd have to write a tcp stack for the fs kernel. not worth it. the new file server will run as a user-space program on a normal kernel and speak tcp; then il can be retired.