diff options
author | jkh <jkh@FreeBSD.org> | 1997-07-15 04:04:45 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1997-07-15 04:04:45 +0000 |
commit | 999b24f25a443f091fe6fabc0931f337dfea15e3 (patch) | |
tree | 4de7f66e4fd737b6d2a38e1c30f1238f466e0a86 /sys | |
parent | 3ccd0ce0a7982bf90c395b93c4e981ebd8482da8 (diff) | |
download | FreeBSD-src-999b24f25a443f091fe6fabc0931f337dfea15e3.zip FreeBSD-src-999b24f25a443f091fe6fabc0931f337dfea15e3.tar.gz |
Add SYSVSHM by default. Nobody seems to have objected too strongly
to this when raised, and most were in favor of at least this option
(some also asked for semaphores and messages, but I'll leave that argument
for another time :).
Diffstat (limited to 'sys')
-rw-r--r-- | sys/amd64/conf/GENERIC | 5 | ||||
-rw-r--r-- | sys/i386/conf/GENERIC | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 94adee1..ec081f2 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/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 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 |