1996-05-06 07:33:06 +04:00
|
|
|
# $NetBSD: RAMDISK,v 1.4 1996/05/06 03:33:08 briggs Exp $
|
1995-11-21 08:02:02 +03:00
|
|
|
|
|
|
|
# RAMDISK
|
|
|
|
# Support Root/swap on ramdisk
|
|
|
|
#
|
|
|
|
|
|
|
|
include "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
|
1996-03-13 00:06:22 +03:00
|
|
|
options M68030
|
|
|
|
options M68020 # Must have 68851 PMMU
|
1995-11-21 08:02:02 +03:00
|
|
|
options FPSP
|
|
|
|
options FPU_EMULATE
|
|
|
|
options COMPAT_09
|
|
|
|
options COMPAT_10
|
|
|
|
options MACHINE_NONCONTIG
|
|
|
|
|
|
|
|
config netbsd root on rd0a swap on rd0b
|
|
|
|
|
1996-05-06 07:33:06 +04:00
|
|
|
grf0 at obio? # Graphics devices might be internal or NuBUS
|
|
|
|
|
1996-05-05 10:15:56 +04:00
|
|
|
nubus0 at mainbus?
|
1995-11-21 08:02:02 +03:00
|
|
|
|
1996-05-05 10:15:56 +04:00
|
|
|
ae* at nubus?
|
|
|
|
grf* at nubus?
|
1995-11-21 08:02:02 +03:00
|
|
|
|
|
|
|
ncrscsi0 at mainbus? # SCSI NCR 5380
|
|
|
|
ncr96scsi0 at mainbus? # 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 ?
|
|
|
|
|
1996-05-05 10:15:56 +04:00
|
|
|
pseudo-device rd 2
|
1995-11-21 08:02:02 +03:00
|
|
|
pseudo-device ppp
|
|
|
|
pseudo-device sl
|
|
|
|
pseudo-device loop
|