Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/sys/arch/pmax/conf pullup 1.42->1.43 (Jonathan Stone)



details:   https://anonhg.NetBSD.org/src/rev/6a87542cf341
branches:  netbsd-1-4
changeset: 468481:6a87542cf341
user:      perry <perry%NetBSD.org@localhost>
date:      Mon Apr 26 16:03:50 1999 +0000

description:
pullup 1.42->1.43 (Jonathan Stone)

diffstat:

 sys/arch/pmax/conf/GENERIC |  10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r facfa27f726e -r 6a87542cf341 sys/arch/pmax/conf/GENERIC
--- a/sys/arch/pmax/conf/GENERIC        Mon Apr 26 16:00:31 1999 +0000
+++ b/sys/arch/pmax/conf/GENERIC        Mon Apr 26 16:03:50 1999 +0000
@@ -1,5 +1,4 @@
-#
-#      $NetBSD: GENERIC,v 1.39.2.1 1999/04/20 23:42:44 cjs Exp $
+#      $NetBSD: GENERIC,v 1.39.2.2 1999/04/26 16:03:50 perry Exp $
 #
 # Distribution kernel (any model) kernel config file
 #
@@ -31,6 +30,13 @@
 #options       DEBUG                   # extra kernel debugging support
 options        "COMPAT_43"             # compatibility with 4.3BSD binaries
 options        KTRACE                  # system call tracing support
+
+options        SYSVMSG         # System V-like message queues
+options        SYSVSEM         # System V-like semaphores
+options        SYSVSHM         # System V-like memory sharing
+#options       SHMMAXPGS=1024  # 1024 pages is the default
+
+options        LKM                     # loadable kernel modules
 options        "NKMEMCLUSTERS=1024"    # 4K pages in kernel malloc pool
 
 #options       SCSIVERBOSE             # Verbose SCSI errors



Home | Main Index | Thread Index | Old Index