- add commented out options MODULAR

- comment out historical options COMPAT_44
This commit is contained in:
tsutsui 2010-10-16 16:57:29 +00:00
parent fe29d97c5e
commit 6127df31cc

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.156 2010/07/07 01:24:52 chs Exp $
# $NetBSD: GENERIC,v 1.157 2010/10/16 16:57:29 tsutsui Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/hp300/conf/std.hp300"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.156 $"
#ident "GENERIC-$Revision: 1.157 $"
maxusers 32 # estimated number of users
@ -57,6 +57,8 @@ options SYSVMSG # System V-style message queues
options SYSVSEM # System V-style semaphores
options P1003_1B_SEMAPHORE # p1003.1b semaphore support
#options MODULAR # new style module framework
# Enable experimental buffer queue strategy for better responsiveness under
# high disk I/O load. Use it with caution - it's not proven to be stable yet.
#options BUFQ_READPRIO
@ -73,7 +75,7 @@ options DDB_HISTORY_SIZE=512 # Enable history editing in DDB
# Compatibility options
options COMPAT_43 # compatibility with 4.3BSD interfaces
options COMPAT_44 # compatibility with 4.4BSD binaries
#options COMPAT_44 # compatibility with 4.4BSD binaries
options COMPAT_09 # compatibility with NetBSD 0.9
options COMPAT_10 # compatibility with NetBSD 1.0
options COMPAT_11 # compatibility with NetBSD 1.1