93 lines
2.0 KiB
Plaintext
93 lines
2.0 KiB
Plaintext
# $NetBSD: RAMDISK,v 1.19 2002/09/18 02:44:03 lukem Exp $
|
|
|
|
#
|
|
# RAMDISK: Root/swap on ramdisk
|
|
# This kernel is used to initially bootstrap
|
|
# a NetBSD/mvme68k installation, and install
|
|
# the miniroot in a swap partition.
|
|
#
|
|
# It is not designed to be used in a production environment
|
|
# due to its cut-down nature.
|
|
#
|
|
|
|
include "arch/mvme68k/conf/std.mvme68k"
|
|
|
|
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
|
|
|
# Boards this kernel supports
|
|
options MVME147
|
|
options MVME162
|
|
options MVME167
|
|
options MVME172
|
|
options MVME177
|
|
|
|
maxusers 2
|
|
|
|
# Needed on m68040 boards to emulate some missing FP instructions
|
|
options FPSP
|
|
|
|
# Needed on m68060 boards
|
|
options M060SP
|
|
|
|
# File-system options
|
|
file-system FFS
|
|
file-system NFS
|
|
file-system KERNFS
|
|
file-system CD9660
|
|
|
|
# Networking options
|
|
options INET
|
|
options INET6 # IPV6
|
|
|
|
# Enable the hooks used for initializing the ram-disk.
|
|
options MEMORY_DISK_HOOKS
|
|
options MEMORY_DISK_IS_ROOT
|
|
options MEMORY_DISK_ROOT_SIZE=1600
|
|
|
|
options USERCONF # userconf(4) support
|
|
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
|
|
|
## "generic" boot (put root on boot device)
|
|
config netbsd root on ? type ?
|
|
|
|
# Which protocol to use when booting over NFS
|
|
options NFS_BOOT_DHCP # Diskless client w/ dhcp
|
|
options NFS_BOOT_BOOTP # Diskless client w/ bootp
|
|
options NFS_BOOT_BOOTPARAM # Diskless client w/ bootparamd
|
|
|
|
pseudo-device sl
|
|
pseudo-device ppp 1
|
|
pseudo-device loop
|
|
pseudo-device md 1
|
|
|
|
mainbus0 at root
|
|
|
|
# MVME147 specific devices
|
|
pcc0 at mainbus0
|
|
clock0 at pcc? ipl 5
|
|
zsc* at pcc? ipl 4
|
|
le0 at pcc? ipl 3
|
|
wdsc0 at pcc? ipl 2
|
|
|
|
# MVME1x2 and MVME1x7 shared devices
|
|
pcctwo0 at mainbus0
|
|
memc* at mainbus0
|
|
clock0 at pcctwo? ipl 5
|
|
ie0 at pcctwo? ipl 3
|
|
osiop0 at pcctwo? ipl 2
|
|
|
|
# MVME162/MVME172 specific devices
|
|
zsc* at pcctwo? ipl 4
|
|
|
|
# MVME167/MVME177 specific devices
|
|
clmpcc0 at pcctwo? ipl 4
|
|
|
|
# Common front-end for MVME147 and MVME1x2 `zs' device
|
|
zstty* at zsc? channel ?
|
|
|
|
scsibus* at wdsc?
|
|
scsibus* at osiop?
|
|
sd* at scsibus? target ? lun ?
|
|
st* at scsibus? target ? lun ?
|
|
cd* at scsibus? target ? lun ?
|