From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <3e404a93849c1c073f4ece3dc442ec5b@plan9.bell-labs.com> From: "Russ Cox" To: 9fans@cse.psu.edu Subject: Re: [9fans] Question About 9p headers... In-Reply-To: <39272337.0302141925.73d86994@posting.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Mon, 17 Feb 2003 08:42:37 -0500 Topicbox-Message-UUID: 64cb3de6-eacb-11e9-9e20-41e7f4b1d025 If you are doing something embedded, you may not be able to fit all the extra checks that lib9p does. Have a look at /sys/src/cmd/ramfs.c, which is a good small standalone functioning 9P server.