theo's other test kernel
This commit is contained in:
parent
e28868b656
commit
bf504b849f
62
sys/arch/sparc/conf/TDR2
Normal file
62
sys/arch/sparc/conf/TDR2
Normal file
@ -0,0 +1,62 @@
|
||||
# $Id: TDR2,v 1.1 1993/11/28 08:42:31 deraadt Exp $
|
||||
# SPARCstation 1, 1+, 2, etc.
|
||||
|
||||
include "std.sparc"
|
||||
|
||||
# obsolete timezone spec
|
||||
options TIMEZONE=480, DST=1
|
||||
|
||||
# Standard system options
|
||||
options SWAPPAGER, VNODEPAGER, DEVPAGER # paging
|
||||
options NEWCONFIG
|
||||
options DEBUG, DIAGNOSTIC # extra kernel debugging
|
||||
#options KTRACE # system call tracing support
|
||||
#options KGDB # support for kernel gdb
|
||||
options GDB # support for normal gdb
|
||||
options KGDBDEV=0xc01, KGDBRATE=38400 # device & baud rate
|
||||
options RCONSOLE # fast rasterop console
|
||||
|
||||
# Filesystem options
|
||||
#options FIFO # POSIX fifo support (in all filesystems)
|
||||
options FFS
|
||||
#options QUOTA # fast filesystem with user and group quotas
|
||||
#options MFS # memory-based filesystem
|
||||
options NFSSERVER # Sun NFS-compatible filesystem
|
||||
options NFSCLIENT # Sun NFS-compatible filesystem
|
||||
#options LOFS # Loop-back filesystem
|
||||
#options KERNFS # kernel data-structure filesystem
|
||||
#options FDESC # user file descriptor filesystem
|
||||
#options UMAPFS # uid/gid remapping filesystem
|
||||
#options LFS # Log-based filesystem (still experimental)
|
||||
#options PORTAL # portal filesystem (still experimental)
|
||||
|
||||
# Networking options
|
||||
options INET
|
||||
options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
|
||||
#options GATEWAY # IP packet forwarding
|
||||
#options ISO # OSI networking
|
||||
#options TPIP
|
||||
#options EON
|
||||
options COMPAT_43
|
||||
|
||||
# Options for SPARCstation hardware
|
||||
options COMPAT_SUNOS # compatibility with SunOS binaries
|
||||
|
||||
config netbsd root on sd0 swap on sd0
|
||||
|
||||
dma* at sbus0 slot ? offset ?
|
||||
esp* at sbus0 slot ? offset ? # nb., esp is a `scsi'
|
||||
|
||||
tg0 at scsi? target 3
|
||||
sd0 at tg0 drive 0
|
||||
tg1 at scsi? target 1
|
||||
sd1 at tg1 drive 0
|
||||
|
||||
bwtwo* at sbus? slot ? offset ?
|
||||
cgthree* at sbus? slot ? offset ?
|
||||
|
||||
le* at sbus? slot ? offset ?
|
||||
|
||||
pseudo-device loop
|
||||
pseudo-device pty
|
||||
pseudo-device sl
|
Loading…
Reference in New Issue
Block a user