sanity checkin of work-in-progress on an nfs implementation.
commitad479123fb440f23b87b9c6048a3e74a8a82e08b
authorTravis Geiselbrecht <geist@newos.org>
Sun, 3 Nov 2002 04:00:25 +0000 (3 04:00 +0000)
committerTravis Geiselbrecht <geist@newos.org>
Sun, 3 Nov 2002 04:00:25 +0000 (3 04:00 +0000)
treecc97a0e33059657a4b4b2dd45467ce92db54eb29
parent42c4bf787822bec7246930579c92278dd14d0c53
sanity checkin of work-in-progress on an nfs implementation.

As it currently stands, you can mount nfs volumes and do almost everything except create new files, unlink files, and rename them.

git-svn-id: svn+ssh://newos.org/var/svn/newos/newos@817 c25cc9d1-44fa-0310-b259-ad778cb1d433
12 files changed:
apps/shell/commands.c
apps/testapp/main.c
boot/i386/config.ini
include/newos/errors.h
kernel/addons/fs/makefile
kernel/addons/fs/nfs/makefile [new file with mode: 0644]
kernel/addons/fs/nfs/nfs.c [new file with mode: 0644]
kernel/addons/fs/nfs/nfs.h [new file with mode: 0644]
kernel/addons/fs/nfs/nfs_fs.h [new file with mode: 0644]
kernel/addons/fs/nfs/rpc.c [new file with mode: 0644]
kernel/addons/fs/nfs/rpc.h [new file with mode: 0644]
make.config