summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorDale S. Rahn <rahnds@cvs.openbsd.org>1997-05-22 21:44:08 +0000
committerDale S. Rahn <rahnds@cvs.openbsd.org>1997-05-22 21:44:08 +0000
commit03cc5a3dc6de769301cabf06000bd4203e4a6430 (patch)
tree536ee52f46fe3838849c71f7dd2c4939f48440d8 /sys/arch
parent9530e6465529f223fbcd43bf309ebe5aa86c038e (diff)
dont used ipkdb, doesn't configure currently.
need MAXUSES defined. (ok this probably is not the best place to put this.
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/powerpc/conf/GENERIC17
1 files changed, 13 insertions, 4 deletions
diff --git a/sys/arch/powerpc/conf/GENERIC b/sys/arch/powerpc/conf/GENERIC
index 2cc84bb9187..bc504a1c253 100644
--- a/sys/arch/powerpc/conf/GENERIC
+++ b/sys/arch/powerpc/conf/GENERIC
@@ -9,15 +9,18 @@ maxusers 32
# Standard system options (should go into std.powerpc?)
options SWAPPAGER, VNODEPAGER, DEVPAGER
options MACHINE_NONCONTIG
-options EXEC_AOUT
+options EXEC_ELF
options EXEC_SCRIPT
# various hacks due to bugs in Openfirmware implementation
options FIREPOWERBUGS
-options IPKDBUSERHACK
-makeoptions DEBUG="-g"
+#options IPKDBUSERHACK
+#makeoptions DEBUG="-g"
+#options DDB
+#options KTRACE
+#options SYSCALL_DEBUG
options TCP_COMPAT_42
options COMPAT_43
options COMPAT_09
@@ -44,6 +47,9 @@ options UNION
options INET
options NMBCLUSTERS=1024
+options MAXUSERS=20
+#options TARGET_ELF
+
config bsd swap generic
ofroot* at root
@@ -53,7 +59,7 @@ ofbus* at openfirm?
ofdisk* at openfirm?
ofnet* at openfirm?
-ipkdbif0 at ofnet?
+#ipkdbif0 at ofnet?
ofcons* at openfirm?
@@ -61,3 +67,6 @@ ofrtc* at openfirm?
pseudo-device loop
pseudo-device pty 64
+pseudo-device random 1
+pseudo-device rd
+pseudo-device vnd 1