This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
0
You've already forked NetBSD
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3b2b85fd24
NetBSD
/
sys
/
rump
/
fs
/
Makefile
7 lines
99 B
Makefile
Raw
Normal View
History
Unescape
Escape
Don't descend into rumptest automatically. Otherwise a manual "make install" in this directory does some funnies.
2008-10-16 00:41:11 +04:00
# $NetBSD: Makefile,v 1.3 2008/10/15 20:41:11 pooka Exp $
Introduce RUMPs - Runnable Userspace Meta-Programs /sys/rump contains programs which run unmodified kernel code in an emulated userspace environment. The kernel environment is provided by librump. Currently supported are a number of file systems, which by using puffs integrate seamlessly into the system and provide a similar user experience to if the code was running as part of the kernel. Potential future rumpification targets include for example parts of the networking stack and some device drivers. This work was supported by Google Summer of Code 2007.
2007-08-06 02:28:00 +04:00
#
Don't descend into rumptest automatically. Otherwise a manual "make install" in this directory does some funnies.
2008-10-16 00:41:11 +04:00
SUBDIR
=
lib
Introduce RUMPs - Runnable Userspace Meta-Programs /sys/rump contains programs which run unmodified kernel code in an emulated userspace environment. The kernel environment is provided by librump. Currently supported are a number of file systems, which by using puffs integrate seamlessly into the system and provide a similar user experience to if the code was running as part of the kernel. Potential future rumpification targets include for example parts of the networking stack and some device drivers. This work was supported by Google Summer of Code 2007.
2007-08-06 02:28:00 +04:00
.
i
n
c
l
u
d
e
<
b
s
d
.
s
u
b
d
i
r
.
m
k
>
Reference in New Issue
Copy Permalink