> > /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
