kill all sysv compat stuff, for a bit...

This commit is contained in:
cgd 1994-05-19 07:17:29 +00:00
parent a29886c150
commit 53a2cb5028
4 changed files with 10 additions and 10 deletions

View File

@ -1,7 +1,7 @@
#
# ALL -- everything that's currently supported
#
# $Id: ALL,v 1.49 1994/05/09 23:10:40 cgd Exp $
# $Id: ALL,v 1.50 1994/05/19 07:17:29 cgd Exp $
#
# architecture type and name of kernel; REQUIRED
@ -42,10 +42,10 @@ options KTRACE
options FIFO
# System V-like message queues
options SYSVMSG
#options SYSVMSG
# System V-like semaphores
options SYSVSEM
#options SYSVSEM
# System V-like memory sharing
#options SYSVSHM

View File

@ -1,7 +1,7 @@
#
# PAIN -- kernel for another of cgd's 486/50 EISA boxes...
#
# $Id: PAIN,v 1.30 1994/05/13 06:22:55 mycroft Exp $
# $Id: PAIN,v 1.31 1994/05/19 07:17:34 cgd Exp $
#
machine "i386"
cpu "I486_CPU"
@ -53,7 +53,7 @@ options FDESC,FIFO,KERNFS,LOFS,PORTAL,PROCFS
options QUOTA
# SysV compat stuff
options SYSVMSG,SYSVSEM
#options SYSVMSG,SYSVSEM
#options SYSVSHM
#options "SHMMAXPAGES=1024" # 1024 is the default.

View File

@ -1,7 +1,7 @@
#
# PATEK -- Mycroft's 486 test box
#
# $Id: PATEK,v 1.12 1994/05/09 23:10:43 cgd Exp $
# $Id: PATEK,v 1.13 1994/05/19 07:17:37 cgd Exp $
#
machine "i386"
@ -22,8 +22,8 @@ options DDB
#options DIAGNOSTIC
options KTRACE
options FIFO
options SYSVMSG
options SYSVSEM
#options SYSVMSG
#options SYSVSEM
#options SYSVSHM
#options "SHMMAXPGS=1024"
options LKM

View File

@ -1,7 +1,7 @@
#
# Theo Deraadt's 486
#
# $Id: TDR,v 1.35 1994/05/09 23:10:44 cgd Exp $
# $Id: TDR,v 1.36 1994/05/19 07:17:40 cgd Exp $
#
machine "i386"
cpu "I386_CPU"
@ -21,7 +21,7 @@ options COMPAT_NOMID
options "COMPAT_09"
options DUMMY_NOPS
options MACHINE_NONCONTIG
options SYSVMSG,SYSVSEM
#options SYSVMSG,SYSVSEM
#options SYSVSHM
config netbsd root on sd0 swap on sd0 and sd1