73 lines
1.5 KiB
Plaintext
73 lines
1.5 KiB
Plaintext
# $NetBSD: RAMDISK,v 1.8 1996/09/22 06:49:12 scottr Exp $
|
|
|
|
# RAMDISK
|
|
# Support Root/swap on ramdisk
|
|
#
|
|
|
|
include "arch/mac68k/conf/std.mac68k"
|
|
|
|
maxusers 2
|
|
|
|
# Enable the hooks used for initializing the ram-disk
|
|
options RAMDISK_HOOKS
|
|
options MINIROOTSIZE=512 # 256K
|
|
|
|
# Standard system options
|
|
options SWAPPAGER, VNODEPAGER, DEVPAGER # paging
|
|
|
|
# Filesystem options
|
|
options FIFO # POSIX fifo support (in all filesystems)
|
|
options DDB
|
|
options FFS
|
|
options NFSCLIENT # Sun NFS-compatible filesystem
|
|
options CD9660 # ISO-9660 w/ RockRidge
|
|
options KERNFS # Kernel filesystem
|
|
|
|
options SCSI
|
|
|
|
# Networking options
|
|
options INET
|
|
options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
|
|
|
|
# Mac-specific options
|
|
options M68040
|
|
options M68030
|
|
options M68020 # Must have 68851 PMMU
|
|
options FPSP
|
|
options FPU_EMULATE
|
|
options COMPAT_09
|
|
options COMPAT_10
|
|
options COMPAT_11
|
|
options COMPAT_12
|
|
options MACHINE_NONCONTIG
|
|
|
|
config netbsd root on rd0a swap on rd0b
|
|
|
|
intvid0 at obio? # Internal video hardware
|
|
|
|
nubus0 at mainbus?
|
|
|
|
ae* at nubus?
|
|
macvid* at nubus?
|
|
|
|
# Attach grf semantics to all video hardware as it is found
|
|
grf* at intvid?
|
|
grf* at macvid?
|
|
|
|
# Attach ite semantics to the appropriate grf device
|
|
ite0 at grf?
|
|
|
|
ncrscsi0 at obio? # SCSI NCR 5380
|
|
ncr96scsi0 at obio? # SCSI NCR 53C96
|
|
|
|
scsibus* at scsi?
|
|
sd* at scsibus? target ? lun ?
|
|
st* at scsibus? target ? lun ?
|
|
cd* at scsibus? target ? lun ?
|
|
ch* at scsibus? target ? lun ?
|
|
|
|
pseudo-device rd 2
|
|
pseudo-device ppp
|
|
pseudo-device sl
|
|
pseudo-device loop
|