From 9d5d156cc15d35b8bba0c7caf38898b08554851b Mon Sep 17 00:00:00 2001 From: deraadt Date: Mon, 18 Apr 1994 10:51:05 +0000 Subject: [PATCH] shm --- sys/arch/sparc/conf/TDR | 3 ++- sys/arch/sparc/conf/TDR2 | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sys/arch/sparc/conf/TDR b/sys/arch/sparc/conf/TDR index ef66e473e495..936eb26d6e7a 100644 --- a/sys/arch/sparc/conf/TDR +++ b/sys/arch/sparc/conf/TDR @@ -1,4 +1,4 @@ -# $Id: TDR,v 1.8 1994/04/12 07:47:21 deraadt Exp $ +# $Id: TDR,v 1.9 1994/04/18 10:51:05 deraadt Exp $ # SPARCstation 1, 1+, 2, etc. include "std.sparc" @@ -15,6 +15,7 @@ options GDB # support for normal gdb options KGDBDEV=0xc01, KGDBRATE=38400 # device & baud rate options RCONSOLE # fast rasterop console options MAXFDESCS=1024 +options SYSVMSG,SYSVSEM,SYSVSHM # Filesystem options options FFS diff --git a/sys/arch/sparc/conf/TDR2 b/sys/arch/sparc/conf/TDR2 index ae9136ec4d74..f9c9900e08eb 100644 --- a/sys/arch/sparc/conf/TDR2 +++ b/sys/arch/sparc/conf/TDR2 @@ -1,4 +1,4 @@ -# $Id: TDR2,v 1.5 1994/04/12 07:47:22 deraadt Exp $ +# $Id: TDR2,v 1.6 1994/04/18 10:51:06 deraadt Exp $ # SPARCstation 1, 1+, 2, etc. include "std.sparc" @@ -15,6 +15,7 @@ options GDB # support for normal gdb options KGDBDEV=0xc01, KGDBRATE=38400 # device & baud rate options RCONSOLE # fast rasterop console options MAXFDESCS=1024 +options SYSVMSG,SYSVSEM,SYSVSHM # Filesystem options #options FIFO # POSIX fifo support (in all filesystems)