summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES6
-rw-r--r--sys/conf/options.i3862
-rw-r--r--sys/conf/options.pc982
3 files changed, 5 insertions, 5 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 83bf89a..a707b0f 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -84,7 +84,7 @@ options BLKDEV_IOSIZE=8192
# Options for the VM subsystem
options PQ_CACHESIZE=512 # color for 512k/16k cache
-options UPAGES=3 # number of 4k stack pages per process
+options KSTACK_PAGES=3 # number of 4k stack pages per process
# Deprecated options supported for backwards compatibility
#options PQ_NOOPT # No coloring
#options PQ_LARGECACHE # color for 512k/16k cache
@@ -442,7 +442,7 @@ options IPX #IPX/SPX communications protocols
options IPXIP #IPX in IP encapsulation (not available)
options IPTUNNEL #IP in IPX encapsulation (not available)
-options NCP #NetWare Core protocol
+#options NCP #NetWare Core protocol
options NETATALK #Appletalk communications protocols
options NETATALKDEBUG #Appletalk debugging
@@ -692,7 +692,7 @@ options HPFS #OS/2 File system
options MSDOSFS #MS DOS File System (FAT, FAT32)
options NTFS #NT File System
options NULLFS #NULL filesystem
-options NWFS #NetWare filesystem
+#options NWFS #NetWare filesystem
options PORTALFS #Portal filesystem
options PROCFS #Process filesystem
options PSEUDOFS #Pseudo-filesystem framework
diff --git a/sys/conf/options.i386 b/sys/conf/options.i386
index 8f89b01..dc83994 100644
--- a/sys/conf/options.i386
+++ b/sys/conf/options.i386
@@ -20,7 +20,7 @@ WLCACHE opt_wavelan.h
WLDEBUG opt_wavelan.h
COMPAT_OLDISA
BROKEN_KEYBOARD_RESET opt_reset.h
-UPAGES
+KSTACK_PAGES
# Options for emulators. These should only be used at config time, so
# they are handled like options for static file systems
diff --git a/sys/conf/options.pc98 b/sys/conf/options.pc98
index 10909f8..8114e8d 100644
--- a/sys/conf/options.pc98
+++ b/sys/conf/options.pc98
@@ -21,7 +21,7 @@ WLCACHE opt_wavelan.h
WLDEBUG opt_wavelan.h
COMPAT_OLDISA
BROKEN_KEYBOARD_RESET opt_reset.h
-UPAGES
+KSTACK_PAGES
# Options for emulators. These should only be used at config time, so
# they are handled like options for static file systems
OpenPOWER on IntegriCloud