README.dirs revision 1.1
11.1Spooka $NetBSD: README.dirs,v 1.1 2007/08/06 21:03:12 pooka Exp $ 21.1Spooka 31.1Spooka Runnable Userspace Meta Programs 41.1Spooka 51.1SpookaQuick rundown of the current directory structure: 61.1Spooka 71.1Spooka/librump - kernel runtime emulation 81.1Spooka /rumpkern - portion compiled with -D_KERNEL, uses kernel headers 91.1Spooka /rumpuser - userspace namespace support for previous, *NO* -D_KERNEL 101.1Spooka provides e.g. malloc() and some syscalls 111.1Spooka 121.1Spooka/include 131.1Spooka /machine - headers meant to be used for rump compilation when the MD 141.1Spooka ones cause too much trouble, e.g. curlwp which is different 151.1Spooka from arch to arch 161.1Spooka 171.1Spooka/fs - file system rumps 181.1Spooka /lib - libraries used by fs rumps 191.1Spooka /lib$fs - kernel file system code compiled out of /sys with -D_KERNEL 201.1Spooka /libp2k - puffs-to-vfs adaption layer, userspace namespace 211.1Spooka /bin - rumps themselves. link to a) librump b) fs library c) libpuffs 22