diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-09-26 16:45:34 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-09-26 16:45:34 +0000 |
commit | 139409bb4f46c433bbc6ee471a26f2f74c973508 (patch) | |
tree | 34e4ff3d6f1ff7ede808dbe05a99ac0b900b2b59 /sys/arch/i386/conf/HERMES | |
parent | 7116f8f86884a0df161bc65a7bfc88c0d49d3f25 (diff) |
fix PORTAL comment in all i386 config files
Diffstat (limited to 'sys/arch/i386/conf/HERMES')
-rw-r--r-- | sys/arch/i386/conf/HERMES | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/HERMES b/sys/arch/i386/conf/HERMES index 0051d97b4f6..2f86743e729 100644 --- a/sys/arch/i386/conf/HERMES +++ b/sys/arch/i386/conf/HERMES @@ -3,7 +3,7 @@ # # This system was a 468 but now has an Intel Pentium Overdrive Processor[tm] # -# $OpenBSD: HERMES,v 1.11 1997/09/24 15:11:06 kstailey Exp $ +# $OpenBSD: HERMES,v 1.12 1997/09/26 16:45:32 kstailey Exp $ machine i386 # architecture, used by config; REQUIRED @@ -60,7 +60,7 @@ option KERNFS # /kern option MFS # memory file system option MSDOSFS # MS-DOS file system option NULLFS # mount directories on directories -option PORTAL # call processes via the FS +option PORTAL # dynamically created filesystem objects option PROCFS # access the insides of procs via the FS #option UMAPFS # NULLFS + uid and gid remapping #option UNION # union file system |