kill all sysv compat stuff, for a bit...
This commit is contained in:
parent
a29886c150
commit
53a2cb5028
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# ALL -- everything that's currently supported
|
# 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
|
# architecture type and name of kernel; REQUIRED
|
||||||
@ -42,10 +42,10 @@ options KTRACE
|
|||||||
options FIFO
|
options FIFO
|
||||||
|
|
||||||
# System V-like message queues
|
# System V-like message queues
|
||||||
options SYSVMSG
|
#options SYSVMSG
|
||||||
|
|
||||||
# System V-like semaphores
|
# System V-like semaphores
|
||||||
options SYSVSEM
|
#options SYSVSEM
|
||||||
|
|
||||||
# System V-like memory sharing
|
# System V-like memory sharing
|
||||||
#options SYSVSHM
|
#options SYSVSHM
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# PAIN -- kernel for another of cgd's 486/50 EISA boxes...
|
# 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"
|
machine "i386"
|
||||||
cpu "I486_CPU"
|
cpu "I486_CPU"
|
||||||
@ -53,7 +53,7 @@ options FDESC,FIFO,KERNFS,LOFS,PORTAL,PROCFS
|
|||||||
options QUOTA
|
options QUOTA
|
||||||
|
|
||||||
# SysV compat stuff
|
# SysV compat stuff
|
||||||
options SYSVMSG,SYSVSEM
|
#options SYSVMSG,SYSVSEM
|
||||||
#options SYSVSHM
|
#options SYSVSHM
|
||||||
#options "SHMMAXPAGES=1024" # 1024 is the default.
|
#options "SHMMAXPAGES=1024" # 1024 is the default.
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# PATEK -- Mycroft's 486 test box
|
# 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"
|
machine "i386"
|
||||||
@ -22,8 +22,8 @@ options DDB
|
|||||||
#options DIAGNOSTIC
|
#options DIAGNOSTIC
|
||||||
options KTRACE
|
options KTRACE
|
||||||
options FIFO
|
options FIFO
|
||||||
options SYSVMSG
|
#options SYSVMSG
|
||||||
options SYSVSEM
|
#options SYSVSEM
|
||||||
#options SYSVSHM
|
#options SYSVSHM
|
||||||
#options "SHMMAXPGS=1024"
|
#options "SHMMAXPGS=1024"
|
||||||
options LKM
|
options LKM
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# Theo Deraadt's 486
|
# 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"
|
machine "i386"
|
||||||
cpu "I386_CPU"
|
cpu "I386_CPU"
|
||||||
@ -21,7 +21,7 @@ options COMPAT_NOMID
|
|||||||
options "COMPAT_09"
|
options "COMPAT_09"
|
||||||
options DUMMY_NOPS
|
options DUMMY_NOPS
|
||||||
options MACHINE_NONCONTIG
|
options MACHINE_NONCONTIG
|
||||||
options SYSVMSG,SYSVSEM
|
#options SYSVMSG,SYSVSEM
|
||||||
#options SYSVSHM
|
#options SYSVSHM
|
||||||
|
|
||||||
config netbsd root on sd0 swap on sd0 and sd1
|
config netbsd root on sd0 swap on sd0 and sd1
|
||||||
|
Loading…
Reference in New Issue
Block a user