1997-04-17 03:14:24 +04:00
|
|
|
# $NetBSD: GENERIC,v 1.5 1997/04/16 23:14:24 thorpej Exp $
|
1996-09-30 20:34:14 +04:00
|
|
|
#
|
1997-04-17 03:14:24 +04:00
|
|
|
# First try for PPC config file
|
1996-09-30 20:34:14 +04:00
|
|
|
#
|
|
|
|
|
|
|
|
machine powerpc
|
|
|
|
|
|
|
|
maxusers 32
|
|
|
|
|
1996-10-16 21:13:28 +04:00
|
|
|
# Standard system options (should go into std.powerpc?)
|
1996-09-30 20:34:14 +04:00
|
|
|
options SWAPPAGER, VNODEPAGER, DEVPAGER
|
1996-10-16 21:13:28 +04:00
|
|
|
options EXEC_AOUT
|
1997-04-17 03:14:24 +04:00
|
|
|
options EXEC_ELF32
|
1996-10-16 21:13:28 +04:00
|
|
|
options EXEC_SCRIPT
|
1996-09-30 20:34:14 +04:00
|
|
|
|
|
|
|
# various hacks due to bugs in Openfirmware implementation
|
1997-04-17 03:14:24 +04:00
|
|
|
options FIRMWORKSBUGS
|
1996-09-30 20:34:14 +04:00
|
|
|
|
1997-04-17 03:14:24 +04:00
|
|
|
options IPKDBUSERHACK # Allow access to mapped memory via kgdb
|
|
|
|
options DEBUG_BY_TOOLS # Allow debugging from toolsnet
|
|
|
|
# HMAC key to be used for debugging sessions
|
|
|
|
options IPKDBKEY="\"HMAC pass phrase text\""
|
|
|
|
options IPKDBSECURE # Allow debugging even when securelevel > 0
|
1996-09-30 20:34:14 +04:00
|
|
|
makeoptions DEBUG="-g"
|
|
|
|
|
1997-04-17 03:14:24 +04:00
|
|
|
options DEBUG
|
|
|
|
options DIAGNOSTIC
|
|
|
|
options TRAP_PANICWAIT
|
|
|
|
|
1996-09-30 20:34:14 +04:00
|
|
|
options TCP_COMPAT_42
|
|
|
|
options COMPAT_43
|
|
|
|
options COMPAT_09
|
|
|
|
options COMPAT_10
|
|
|
|
options COMPAT_12
|
|
|
|
|
1997-01-31 05:03:38 +03:00
|
|
|
file-system FFS
|
|
|
|
file-system MFS
|
|
|
|
file-system NFS
|
|
|
|
file-system CD9660
|
|
|
|
file-system MSDOSFS
|
|
|
|
file-system FDESC
|
|
|
|
file-system KERNFS
|
|
|
|
file-system NULLFS
|
|
|
|
file-system PORTAL
|
|
|
|
file-system PROCFS
|
|
|
|
file-system UMAPFS
|
|
|
|
file-system UNION
|
1996-09-30 20:34:14 +04:00
|
|
|
|
|
|
|
options FIFO
|
1997-01-31 05:03:38 +03:00
|
|
|
options NFSSERVER
|
1996-09-30 20:34:14 +04:00
|
|
|
|
|
|
|
options INET
|
|
|
|
options NMBCLUSTERS=1024
|
|
|
|
|
1997-01-31 05:03:38 +03:00
|
|
|
config netbsd root on ? type ?
|
1996-09-30 20:34:14 +04:00
|
|
|
|
|
|
|
ofroot* at root
|
|
|
|
|
|
|
|
ofbus* at openfirm?
|
|
|
|
|
|
|
|
ofdisk* at openfirm?
|
|
|
|
|
|
|
|
ofnet* at openfirm?
|
1996-10-16 23:32:08 +04:00
|
|
|
ipkdbif0 at ofnet?
|
1996-09-30 20:34:14 +04:00
|
|
|
|
|
|
|
ofcons* at openfirm?
|
|
|
|
|
|
|
|
ofrtc* at openfirm?
|
|
|
|
|
|
|
|
pseudo-device loop
|
1997-04-17 03:14:24 +04:00
|
|
|
pseudo-device bpfilter 8 # packet filter
|
|
|
|
pseudo-device pty 64
|