From 95e952b00c673c1271aff2e34cc1db07cd0e7bbc Mon Sep 17 00:00:00 2001 From: cgd Date: Mon, 9 May 1994 23:10:40 +0000 Subject: [PATCH] no more SYSVSHM; commented out --- sys/arch/i386/conf/ALL | 4 ++-- sys/arch/i386/conf/PAIN | 5 +++-- sys/arch/i386/conf/PATEK | 4 ++-- sys/arch/i386/conf/TDR | 5 +++-- 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/sys/arch/i386/conf/ALL b/sys/arch/i386/conf/ALL index 70447c9964c4..e4efd900442a 100644 --- a/sys/arch/i386/conf/ALL +++ b/sys/arch/i386/conf/ALL @@ -1,7 +1,7 @@ # # ALL -- everything that's currently supported # -# $Id: ALL,v 1.48 1994/05/05 00:03:45 cgd Exp $ +# $Id: ALL,v 1.49 1994/05/09 23:10:40 cgd Exp $ # # architecture type and name of kernel; REQUIRED @@ -48,7 +48,7 @@ options SYSVMSG options SYSVSEM # System V-like memory sharing -options SYSVSHM +#options SYSVSHM #options SHMMAXPGS=1024 # 1024 pages is the default # generic SCSI system diff --git a/sys/arch/i386/conf/PAIN b/sys/arch/i386/conf/PAIN index bba7b0f5f48f..dfa6674610eb 100644 --- a/sys/arch/i386/conf/PAIN +++ b/sys/arch/i386/conf/PAIN @@ -1,7 +1,7 @@ # # PAIN -- kernel for another of cgd's 486/50 EISA boxes... # -# $Id: PAIN,v 1.28 1994/04/20 23:39:30 mycroft Exp $ +# $Id: PAIN,v 1.29 1994/05/09 23:10:42 cgd Exp $ # machine "i386" cpu "I486_CPU" @@ -51,7 +51,8 @@ options FDESC,FIFO,KERNFS,LOFS,PORTAL,PROCFS options QUOTA # SysV compat stuff -options SYSVMSG,SYSVSEM,SYSVSHM +options SYSVMSG,SYSVSEM +#options SYSVSHM #options "SHMMAXPAGES=1024" # 1024 is the default. # Various "debugging" stuff diff --git a/sys/arch/i386/conf/PATEK b/sys/arch/i386/conf/PATEK index 876e32f27ec2..e8cf6b77b043 100644 --- a/sys/arch/i386/conf/PATEK +++ b/sys/arch/i386/conf/PATEK @@ -1,7 +1,7 @@ # # PATEK -- Mycroft's 486 test box # -# $Id: PATEK,v 1.11 1994/04/20 23:39:32 mycroft Exp $ +# $Id: PATEK,v 1.12 1994/05/09 23:10:43 cgd Exp $ # machine "i386" @@ -24,7 +24,7 @@ options KTRACE options FIFO options SYSVMSG options SYSVSEM -options SYSVSHM +#options SYSVSHM #options "SHMMAXPGS=1024" options LKM diff --git a/sys/arch/i386/conf/TDR b/sys/arch/i386/conf/TDR index d3216208d928..38151bd9a28d 100644 --- a/sys/arch/i386/conf/TDR +++ b/sys/arch/i386/conf/TDR @@ -1,7 +1,7 @@ # # Theo Deraadt's 486 # -# $Id: TDR,v 1.34 1994/04/24 12:18:49 deraadt Exp $ +# $Id: TDR,v 1.35 1994/05/09 23:10:44 cgd Exp $ # machine "i386" cpu "I386_CPU" @@ -21,7 +21,8 @@ options COMPAT_NOMID options "COMPAT_09" options DUMMY_NOPS options MACHINE_NONCONTIG -options SYSVMSG,SYSVSEM,SYSVSHM +options SYSVMSG,SYSVSEM +#options SYSVSHM config netbsd root on sd0 swap on sd0 and sd1