INSTALL revision 1.4
1# $NetBSD: INSTALL,v 1.4 2000/09/25 13:54:52 abs Exp $ 2# 3# INSTALL kernel for RISC-NEWS 4 5include "arch/newsmips/conf/std.newsmips" 6 7makeoptions COPTS="-Os" # Optimise for space. Implies -O2 8 9maxusers 16 10 11# Enable the hooks used for initializing the ram-disk. 12options MEMORY_DISK_HOOKS 13options MEMORY_DISK_IS_ROOT # Force root on ram-disk 14options MINIROOTSIZE=4096 # 2 Megabytes 15 16options news3400 17options news5000 18options MIPS1 # R2000/R3000 support 19options MIPS3 # R4000 support 20options CPU_SINGLE # no I/O processor 21 22# Compatibility options 23options COMPAT_43 # compatibility with 4.3BSD binaries 24options COMPAT_13 # NetBSD 1.3 binary compatibility 25options COMPAT_14 # NetBSD 1.4 binary compatibility 26 27# Filesystems 28file-system FFS # Berkeley Fast Filesystem 29file-system NFS # Sun NFS-compatible filesystem client 30file-system KERNFS # kernel data-structure filesystem 31file-system MFS # memory-based filesystem 32file-system CD9660 # ISO 9660 + Rock Ridge file system 33file-system MSDOSFS # MS-DOS FAT filesystem(s). 34 35# Filesystem options 36#options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space 37#options VNODE_OP_NOINLINE # Save space by not inlining vnode op calls 38 39# Networking options 40options INET # Internet protocols 41#options INET6 # IPV6 42options NFS_BOOT_BOOTPARAM 43 44config netbsd root on ? type ? 45 46mainbus0 at root 47 48cpu0 at mainbus0 49hb0 at mainbus0 # Hyper-bus 50ap0 at mainbus0 # APbus 51 52mkclock0 at hb0 addr 0xbff407f8 # MK48T02 realtime clock 53mkclock0 at ap? 54 55le0 at hb0 addr 0xbff80000 level 1 # built-in LANCE ethernet 56le1 at hb0 addr 0xb8c30000 level 0 57 58sn* at ap? # SONIC Ethernet 59 60kb0 at hb0 addr 0xbfd00000 level 2 # keyboard 61ms0 at hb0 addr 0xbfd00004 level 2 # mouse 62 63zsc0 at hb0 addr 0xbfec0000 level 1 flags 0x0 # on-board 64zsc0 at ap? 65 66zstty0 at zsc0 channel 0 # tty00 67zstty1 at zsc0 channel 1 # tty01 68 69fb0 at hb0 addr 0x88000000 # frame buffer 70 71sc0 at hb0 addr 0xbfe00100 level 0 # on-board cxd1185 SCSI controller 72scsibus0 at sc0 73 74sd* at scsibus? target ? lun ? # SCSI disks 75st* at scsibus? target ? lun ? # SCSI tapes 76cd* at scsibus? target ? lun ? # SCSI CD-ROMs 77 78pseudo-device loop # loopback interface; required 79pseudo-device pty # pseudo-terminals 80pseudo-device md 1 # memory disk device 81