fix UMAPFS entry, add entry for UNION

This commit is contained in:
cgd 1996-05-23 23:29:10 +00:00
parent 82dd8bf609
commit 48652c763f
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: ALPHA,v 1.14 1996/05/20 02:58:53 cgd Exp $ # $NetBSD: ALPHA,v 1.15 1996/05/23 23:29:10 cgd Exp $
# #
# Alpha kernel with all the options you'd want, and more. # Alpha kernel with all the options you'd want, and more.
@ -41,8 +41,9 @@ options NULLFS # Null file system layer
options KERNFS # Kernel variable file system (/kern) options KERNFS # Kernel variable file system (/kern)
options FDESC # File descriptor file system (/dev/fd) options FDESC # File descriptor file system (/dev/fd)
options PORTAL # Portal file system options PORTAL # Portal file system
options UMAP # User-mapping file system layer options UMAPFS # User-mapping file system layer
options PROCFS # Process file system (/proc) options PROCFS # Process file system (/proc)
options UNION # union file system
# Networking options # Networking options
options INET # Internet protocol suite options INET # Internet protocol suite