1 # $NetBSD: RAMDISK,v 1.26 2008/05/14 08:08:31 he Exp $
4 # RAMDISK: Root/swap on ramdisk
5 # This kernel is used to initially bootstrap
6 # a NetBSD/mvme68k installation, and install
7 # the miniroot in a swap partition.
9 # It is not designed to be used in a production environment
10 # due to its cut-down nature.
13 include "arch/mvme68k/conf/std.mvme68k"
15 #options INCLUDE_CONFIG_FILE # embed config file in kernel binary
17 # Boards this kernel supports
26 # Needed on m68040 boards to emulate some missing FP instructions
29 # Needed on m68060 boards
37 #file-system PTYFS # /dev/pts/N support
38 options FFS_NO_SNAPSHOT # No FFS snapshot support
44 # Enable the hooks used for initializing the ram-disk.
45 options MEMORY_DISK_HOOKS
46 options MEMORY_DISK_IS_ROOT
47 options MEMORY_DISK_ROOT_SIZE=2100
48 options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
50 options USERCONF # userconf(4) support
51 options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
52 #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
54 ## "generic" boot (put root on boot device)
55 config netbsd root on ? type ?
57 # Which protocol to use when booting over NFS
58 options NFS_BOOT_DHCP # Diskless client w/ dhcp
59 options NFS_BOOT_BOOTP # Diskless client w/ bootp
60 options NFS_BOOT_BOOTPARAM # Diskless client w/ bootparamd
69 # MVME147 specific devices
76 # MVME1x2 and MVME1x7 shared devices
79 clock0 at pcctwo? ipl 5
81 osiop0 at pcctwo? ipl 2
83 # MVME162/MVME172 specific devices
86 # MVME167/MVME177 specific devices
87 clmpcc0 at pcctwo? ipl 4
89 # Common front-end for MVME147 and MVME1x2 `zs' device
90 zstty* at zsc? channel ?
94 sd* at scsibus? target ? lun ?
95 st* at scsibus? target ? lun ?
96 cd* at scsibus? target ? lun ?