diff options
author | pooka <pooka@pkgsrc.org> | 2013-01-08 13:39:22 +0000 |
---|---|---|
committer | pooka <pooka@pkgsrc.org> | 2013-01-08 13:39:22 +0000 |
commit | 9c7aec823d83810a8ab88bd7ffa836d730240a7e (patch) | |
tree | bde4b9db441055bc3691ec4b94cc400351eb9639 /misc/rump | |
parent | 2c81fd2b6e6fb17ddbbc7b60c5b378cda7953be6 (diff) | |
download | pkgsrc-9c7aec823d83810a8ab88bd7ffa836d730240a7e.tar.gz |
Update a bit, inspired by conversation with stacktic.
Diffstat (limited to 'misc/rump')
-rw-r--r-- | misc/rump/DESCR | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/misc/rump/DESCR b/misc/rump/DESCR index 307efeb0148..7573cd75d41 100644 --- a/misc/rump/DESCR +++ b/misc/rump/DESCR @@ -1,8 +1,5 @@ -Rump (Runnable Userspace Meta Program) is a mechanism for running kernel code -as part of a user program's address space. As opposed to executing system calls -for requesting kernel services, rump programs do a library call into the kernel -code for equivalent functionality. Kernel code is simply recompiled as a -userspace shared library from the kernel sources instead of being rewritten, -so services imitate the same services being provided by the kernel. Select -architectures such as i386 and amd64 also support directly linking binary -kernel modules against rump programs. +This package provides file system driver support for the +filesystems/fs-utils package using vintage 2009 NetBSD. + +Newer versions are available by checking out the entire NetBSD source +and using buildrump.sh (https://github.com/anttikantee/buildrump.sh) |