diff options
Diffstat (limited to 'sys/i386/conf/GENERIC')
-rw-r--r-- | sys/i386/conf/GENERIC | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index 94adee1..ec081f2 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -11,7 +11,7 @@ # device lines is present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # -# $Id: GENERIC,v 1.90 1997/04/14 00:35:20 gibbs Exp $ +# $Id: GENERIC,v 1.91 1997/06/06 12:24:43 jkh Exp $ machine "i386" cpu "I386_CPU" @@ -160,3 +160,6 @@ pseudo-device gzip # Exec gzipped a.out's # the costs of each syscall. options KTRACE #kernel tracing +# This provides support for System V shared memory. +# +options SYSVSHM |