From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <397fe3cd2773fb230818bd6d09480d0b@swtch.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] lib9p help From: "Russ Cox" Date: Fri, 17 Feb 2006 17:14:20 +0000 In-Reply-To: <82c890d00602171350m1835e791r6d44ec7a50b9e8e1@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 00e94c72-ead1-11e9-9d60-3106f5b1d025 > > /sys/src/lib9p/ramfs.c uses file/tree structures > ramfs has it's own loop, may be it uses something like file/tree structures > but the ramfs.c i have here doesn't have a #include <9p.h>. you are looking at /sys/src/cmd/ramfs.c and not /sys/src/lib9p/ramfs.c > i have other tests with more fscalls implemented, but i should see > here the Rwalk message and the Tcreate message? yes, you should. make sure you run your test with -c so that the kernel will actually allow create in the root. russ