README.dirs revision 1.8
11.8Spooka	$NetBSD: README.dirs,v 1.8 2008/12/31 13:18:06 pooka Exp $
21.1Spooka
31.1Spooka    Runnable Userspace Meta Programs
41.1Spooka
51.1SpookaQuick rundown of the current directory structure:
61.1Spooka
71.4Spookasys/rump/librump - kernel runtime emulation
81.7Spooka  /rumpkern - kernel core, e.g. syscall, interrupt and lock support
91.6Spooka  /rumpnet  - networking support and sockets layer
101.1Spooka  /rumpuser - userspace namespace support for previous, *NO* -D_KERNEL
111.1Spooka	      provides e.g. malloc() and some syscalls
121.7Spooka  /rumpvfs  - file system support
131.1Spooka
141.4Spookasys/rump/include
151.8Spooka  /machine - used for architectures where the rump ABI is not yet the
161.8Spooka	     same as the kernel module ABI.  will eventually disappear
171.8Spooka	     completely
181.8Spooka  /rump    - rump headers installed to userspace
191.1Spooka
201.4Spookasys/rump/fs - file system rumps
211.6Spooka  /lib/lib${fs}  - kernel file system code compiled out of /sys with -D_KERNEL
221.4Spooka
231.5Spookasys/rump/net - networking rumps
241.5Spooka  /lib/libnet	  - subroutines from sys/net, e.g. route and if_ethersubr
251.5Spooka  /lib/libnetinet - TCP/IP
261.5Spooka  /lib/libvirtif  - a virtual interface which uses host tap(4) to shovel
271.5Spooka		    packets.  This is used by netinet and if_ethersubr.
281.5Spooka  /lib/libsockin  - implements PF_INET using host kernel sockets.  This is
291.5Spooka		    mutually exclusive with net, netinet and virtif.
301.4Spooka
311.4SpookaUsers:
321.4Spookasrc/lib
331.4Spooka  /libp2k  - puffs-to-vfs adaption layer, userspace namespace
341.4Spooka  /libukfs - user kernel file system, a library to access file system
351.4Spooka	     images (or devices) directly in userspace without going
361.4Spooka	     through a system call and puffs
371.4Spooka
381.4Spookasrc/usr.sbin/puffs
391.4Spooka  rump_$fs - userspace file system daemons using the kernel fs code
40