8640fbb580
It contains the VFS attachment and userspace message-passing interface. This work was initially started and completed for Google SoC 2005 and tweaked to work a bit better in the past few weeks. While being far from complete, it is functional enough to be able and stable to host a fairly general-purpose in-memory file system in userspace. Even so, puffs should be considered experimental and no binary compatibility for interfaces or crash-freedom or zero security implications should be relied upon just yet. The GSoC project was mentored by William Studenmund and the final review for the code was done by Christos.
8 lines
136 B
Makefile
8 lines
136 B
Makefile
# $NetBSD: Makefile,v 1.1 2006/10/22 22:43:23 pooka Exp $
|
|
|
|
INCSDIR= /usr/include/fs/puffs
|
|
|
|
INCS= puffs_msgif.h
|
|
|
|
.include <bsd.kinc.mk>
|