no more SYSVSHM; commented out
This commit is contained in:
parent
3cb178ff70
commit
95e952b00c
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue