Home | History | Annotate | only in /src/tests/fs/nfs/nfsservice
Up to higher level directory
NameDateSize
exports31-Dec-2010482
getmntinfo.c17-Jun-20202.9K
Makefile03-Jun-20231.8K
pathnames.h26-Jul-20101.8K
README26-Jul-2010410
rumpnfsd.c17-Jun-20204.5K

README

      1 	$NetBSD: README,v 1.1 2010/07/26 15:53:00 pooka Exp $
      2 
      3 This directory contains the necessary bits to get an NFS server
      4 running in a rump kernel.  In essence, it's:
      5 
      6   * rpcbind
      7   * mountd
      8   * nfsd
      9 
     10 Additionally, you need the libc rpc code which is in
     11 tests/fs/common/nfsrpc.
     12 
     13 TODO: make the standard nfs userspace services usable (the challenge
     14 comes from rpc being in libc).
     15 
     16 questions? ==> pooka (a] netbsd.org
     17