SYSVSHM goes away, it will be back soon
This commit is contained in:
parent
7ce60f4f0e
commit
2db3edfe06
|
@ -1,4 +1,4 @@
|
|||
# $Id: SS5,v 1.1 1994/05/05 07:50:05 deraadt Exp $
|
||||
# $Id: SS5,v 1.2 1994/05/12 08:22:41 deraadt Exp $
|
||||
# SPARCstation 1, 1+, 2, etc.
|
||||
|
||||
include "std.sparc"
|
||||
|
@ -18,7 +18,7 @@ options KTRACE # system call tracing support
|
|||
#options KGDBDEV=0xc01, KGDBRATE=38400 # device & baud rate
|
||||
options RCONSOLE # fast rasterop console
|
||||
options MAXFDESCS=1024
|
||||
#options SYSVMSG,SYSVSEM,SYSVSHM
|
||||
#options SYSVMSG,SYSVSEM
|
||||
|
||||
# Filesystem options
|
||||
options FFS
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: TDR,v 1.10 1994/05/05 07:50:07 deraadt Exp $
|
||||
# $Id: TDR,v 1.11 1994/05/12 08:22:45 deraadt Exp $
|
||||
# SPARCstation 1, 1+, 2, etc.
|
||||
|
||||
include "std.sparc"
|
||||
|
@ -17,7 +17,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
|
||||
options SYSVMSG,SYSVSEM
|
||||
|
||||
# Filesystem options
|
||||
options FFS
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: TDR2,v 1.6 1994/04/18 10:51:06 deraadt Exp $
|
||||
# $Id: TDR2,v 1.7 1994/05/12 08:22:48 deraadt Exp $
|
||||
# SPARCstation 1, 1+, 2, etc.
|
||||
|
||||
include "std.sparc"
|
||||
|
@ -15,7 +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
|
||||
options SYSVMSG,SYSVSEM
|
||||
|
||||
# Filesystem options
|
||||
#options FIFO # POSIX fifo support (in all filesystems)
|
||||
|
|
Loading…
Reference in New Issue