Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/pmax/conf Add common SYSV* options (from i386).



details:   https://anonhg.NetBSD.org/src/rev/4c349358710d
branches:  trunk
changeset: 472240:4c349358710d
user:      jonathan <jonathan%NetBSD.org@localhost>
date:      Mon Apr 26 02:20:02 1999 +0000

description:
Add common SYSV* options (from i386).
Add "options LKM", since with ELF/ECOFF format kernels it should now work.

diffstat:

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

diffs (24 lines):

diff -r 396f434ae3a4 -r 4c349358710d sys/arch/pmax/conf/GENERIC
--- a/sys/arch/pmax/conf/GENERIC        Mon Apr 26 02:05:46 1999 +0000
+++ b/sys/arch/pmax/conf/GENERIC        Mon Apr 26 02:20:02 1999 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: GENERIC,v 1.42 1999/04/21 12:53:56 simonb Exp $
+#      $NetBSD: GENERIC,v 1.43 1999/04/26 02:20:02 jonathan Exp $
 #
 # Distribution kernel (any model) kernel config file
 #
@@ -31,6 +31,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