Merged from sys/i386/conf/GENERIC revisions 1.261 and 1.262.

This commit is contained in:
KATO Takenori 2000-06-28 03:15:27 +00:00
parent b79702feff
commit 8ff264ff5b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=62198

View File

@ -35,6 +35,7 @@ options INET #InterNETworking
options INET6 #IPv6 communications protocols
options FFS #Berkeley Fast Filesystem
options FFS_ROOT #FFS usable as root device [keep this!]
options SOFTUPDATES #Enable FFS soft updates support
options MFS #Memory Filesystem
options MD_ROOT #MD is a potential root device
options NFS #Network Filesystem
@ -58,6 +59,7 @@ options SYSVSEM #SYSV-style semaphores
options P1003_1B #Posix P1003_1B real-time extensions
options _KPOSIX_PRIORITY_SCHEDULING
#options KBD_INSTALL_CDEV # install a CDEV entry in /dev
options RANDOMDEV #entropy device
# To make an SMP kernel, the next two are needed
#options SMP # Symmetric MultiProcessor Kernel