From d1fa59e9e1bd4575ddb6cfbe0e1016583fad1dad Mon Sep 17 00:00:00 2001 From: Xin LI Date: Sat, 16 Jun 2007 01:56:05 +0000 Subject: MFp4: Add tmpfs, an efficient memory file system. Please note that, this is currently considered as an experimental feature so there could be some rough edges. Consult http://wiki.freebsd.org/TMPFS for more information. For now, connect tmpfs to build on i386 and amd64 architectures only. Please let us know if you have success with other platforms. This work was developed by Julio M. Merino Vidal for NetBSD as a SoC project; Rohit Jalan ported it from NetBSD to FreeBSD. Howard Su and Glen Leeder are worked on it to continue this effort. Obtained from: NetBSD via p4 Submitted by: Howard Su (with some minor changes) Approved by: re (kensmith) --- sys/modules/tmpfs/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sys/modules/tmpfs/Makefile (limited to 'sys/modules/tmpfs') diff --git a/sys/modules/tmpfs/Makefile b/sys/modules/tmpfs/Makefile new file mode 100644 index 000000000000..84feb88830f6 --- /dev/null +++ b/sys/modules/tmpfs/Makefile @@ -0,0 +1,10 @@ +# $FreeBSD$ + +.PATH: ${.CURDIR}/../../fs/tmpfs + +KMOD= tmpfs +SRCS= vnode_if.h \ + tmpfs_vnops.c tmpfs_fifoops.c tmpfs_vfsops.c tmpfs_subr.c \ + tmpfs_uma.c + +.include -- cgit v1.3