diff options
-rw-r--r-- | sys/conf/NOTES | 9 | ||||
-rw-r--r-- | sys/i386/conf/LINT | 9 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 9 |
3 files changed, 15 insertions, 12 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index c778b1d..cf2c333 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -2,9 +2,11 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# This kernel is NOT MEANT to be runnable! +# $Id: LINT,v 1.114 1994/12/11 23:52:18 bde Exp $ # -# $Id: LINT,v 1.113 1994/12/11 00:09:34 ats Exp $ +# NB: You probably don't want to try running a kernel built from this +# file. Instead, you should start from GENERIC, and add options from +# this file as required. # # @@ -275,8 +277,7 @@ pseudo-device speaker #Play IBM BASIC-style noises out your speaker pseudo-device log #Kernel syslog interface (/dev/klog) pseudo-device gzip #Exec gzipped a.out's -options "HZ=1000" #Set hz to a nonstandard value -option VN #Vnode driver (turns a file into a device) +pseudo-device vn 4 #Vnode driver (turns a file into a device) ##################################################################### diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index c778b1d..cf2c333 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -2,9 +2,11 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# This kernel is NOT MEANT to be runnable! +# $Id: LINT,v 1.114 1994/12/11 23:52:18 bde Exp $ # -# $Id: LINT,v 1.113 1994/12/11 00:09:34 ats Exp $ +# NB: You probably don't want to try running a kernel built from this +# file. Instead, you should start from GENERIC, and add options from +# this file as required. # # @@ -275,8 +277,7 @@ pseudo-device speaker #Play IBM BASIC-style noises out your speaker pseudo-device log #Kernel syslog interface (/dev/klog) pseudo-device gzip #Exec gzipped a.out's -options "HZ=1000" #Set hz to a nonstandard value -option VN #Vnode driver (turns a file into a device) +pseudo-device vn 4 #Vnode driver (turns a file into a device) ##################################################################### diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index c778b1d..cf2c333 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -2,9 +2,11 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# This kernel is NOT MEANT to be runnable! +# $Id: LINT,v 1.114 1994/12/11 23:52:18 bde Exp $ # -# $Id: LINT,v 1.113 1994/12/11 00:09:34 ats Exp $ +# NB: You probably don't want to try running a kernel built from this +# file. Instead, you should start from GENERIC, and add options from +# this file as required. # # @@ -275,8 +277,7 @@ pseudo-device speaker #Play IBM BASIC-style noises out your speaker pseudo-device log #Kernel syslog interface (/dev/klog) pseudo-device gzip #Exec gzipped a.out's -options "HZ=1000" #Set hz to a nonstandard value -option VN #Vnode driver (turns a file into a device) +pseudo-device vn 4 #Vnode driver (turns a file into a device) ##################################################################### |