RAMDISK revision 1.7
1# $NetBSD: RAMDISK,v 1.7 2001/05/28 18:39:45 scw Exp $ 2 3# 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. 8# 9# It is not designed to be used in a production enviroment 10# due to its cut-down nature. 11# 12 13include "arch/mvme68k/conf/std.mvme68k" 14 15# Boards this kernel supports 16options MVME147 17options MVME162 18options MVME167 19options MVME172 20options MVME177 21 22maxusers 2 23 24# Needed on m68040 boards to emulate some missing FP instructions 25options FPSP 26 27# Needed on m68060 boards 28options M060SP 29 30# File-system options 31file-system FFS 32file-system NFS 33file-system KERNFS 34file-system CD9660 35 36# Networking options 37options INET 38options INET6 # IPV6 39 40# Enable the hooks used for initializing the ram-disk. 41options MEMORY_DISK_HOOKS 42options MEMORY_DISK_IS_ROOT 43options MINIROOTSIZE=1024 44 45## "generic" boot (put root on boot device) 46config netbsd root on ? type ? 47 48# Which protocol to use when booting over NFS 49options NFS_BOOT_BOOTPARAM # Diskless client w/ bootparamd 50 51pseudo-device sl 52pseudo-device ppp 1 53pseudo-device loop 54pseudo-device md 1 55 56mainbus0 at root 57 58# MVME147 specific devices 59pcc0 at mainbus0 60clock0 at pcc? ipl 5 61zsc* at pcc? ipl 4 62le0 at pcc? ipl 3 63wdsc0 at pcc? ipl 2 64 65# MVME1x2 and MVME1x7 shared devices 66pcctwo0 at mainbus0 67clock0 at pcctwo? ipl 5 68ie0 at pcctwo? ipl 3 69siop0 at pcctwo? ipl 2 70 71# MVME162/MVME172 specific devices 72zsc* at pcctwo? ipl 4 73 74# MVME167/MVME177 specific devices 75clmpcc0 at pcctwo? ipl 4 76 77# Common front-end for MVME147 and MVME1x2 `zs' device 78zstty* at zsc? channel ? 79 80scsibus* at wdsc? 81scsibus* at siop? 82sd* at scsibus? target ? lun ? 83st* at scsibus? target ? lun ? 84cd* at scsibus? target ? lun ? 85