diff options
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/conf/ELBERETH | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/ELBERETH b/sys/arch/i386/conf/ELBERETH index aaad7a7c64f..eb640d628cc 100644 --- a/sys/arch/i386/conf/ELBERETH +++ b/sys/arch/i386/conf/ELBERETH @@ -1,5 +1,5 @@ # -# $OpenBSD: ELBERETH,v 1.7 1997/06/05 13:47:24 kstailey Exp $ +# $OpenBSD: ELBERETH,v 1.8 1997/06/20 13:56:02 kstailey Exp $ # # # ELBERETH -- 166MHz Pentium PCI @@ -62,7 +62,7 @@ option FIFO # FIFOs; multiuser fails without this option KERNFS # /kern option MSDOSFS # MS-DOS file system #option NULLFS # loopback file system -#option PORTAL # run programs by accessing files +option PORTAL # dynamically created filesystem objects option PROCFS # /proc #option UMAPFS # NULLFS + uid and gid remapping #option UNION # union file system |