INSTALL revision 1.25
1# $NetBSD: INSTALL,v 1.25 2005/02/18 21:05:53 dsl Exp $ 2# 3# INSTALL kernel for RISC-NEWS 4 5include "arch/newsmips/conf/std.newsmips" 6 7#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 8 9makeoptions COPTS="-Os -mmemcpy" # Optimise for space. Implies -O2 10 11maxusers 8 12 13# Enable the hooks used for initializing the ram-disk. 14options MEMORY_DISK_HOOKS 15options MEMORY_DISK_IS_ROOT # Force root on ram-disk 16options MEMORY_DISK_SERVER=0 # no userspace md(4) support 17options MEMORY_DISK_ROOT_SIZE=5120 # 2.5 Megabytes 18 19options news3400 20options news5000 21options MIPS1 # R2000/R3000 support 22options MIPS3 # R4000 support 23options CPU_SINGLE # no I/O processor 24 25options USERCONF # userconf(4) support 26options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 27#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 28options MALLOC_NOINLINE # Not inlining MALLOC saves memory 29 30# Compatibility options 31#options COMPAT_43 # compatibility with 4.3BSD binaries 32#options COMPAT_13 # NetBSD 1.3 binary compatibility 33options COMPAT_14 # NetBSD 1.4 binary compatibility 34options COMPAT_16 # NetBSD 1.6 binary compatibility 35options COMPAT_20 # NetBSD 2.0 binary compatibility 36options COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 37 38# Filesystems 39file-system FFS # Berkeley Fast Filesystem 40file-system NFS # Sun NFS-compatible filesystem client 41file-system MFS # memory-based filesystem 42file-system CD9660 # ISO 9660 + Rock Ridge file system 43file-system MSDOSFS # MS-DOS FAT filesystem(s). 44 45# Filesystem options 46options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space 47options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem 48options FFS_NO_SNAPSHOT # No FFS snapshots 49 50# Networking options 51options INET # Internet protocols 52#options INET6 # IPV6 53options NFS_BOOT_BOOTPARAM 54 55# wscons options 56options WSEMUL_VT100 # VT100 / VT220 emulation 57#options FONT_GALLANT12x22 58options FONT_SONY8x16 59 60config netbsd root on ? type ? 61 62mainbus0 at root 63 64cpu0 at mainbus0 65hb0 at mainbus0 # Hyper-bus 66ap0 at mainbus0 # APbus 67 68mkclock0 at hb0 addr 0xbff40000 # MK48T02 realtime clock 69mkclock0 at ap? 70 71le0 at hb0 addr 0xbff80000 level 1 # built-in LANCE ethernet 72le1 at hb0 addr 0xb8c30000 level 0 73 74sn* at ap? # SONIC Ethernet 75tlp* at ap? 76 77kb0 at hb0 addr 0xbfd00000 level 2 # keyboard 78#ms0 at hb0 addr 0xbfd00004 level 2 # mouse 79 80zsc0 at hb0 addr 0xbfec0000 level 1 flags 0x0 # on-board 81zsc0 at ap? 82 83zstty0 at zsc0 channel 0 # tty00 84zstty1 at zsc0 channel 1 # tty01 85 86fb0 at hb0 addr 0x88000000 # frame buffer 87 88xafb* at ap? 89kb0 at ap? 90#ms0 at ap? 91 92sc0 at hb0 addr 0xbfe00100 level 0 # on-board cxd1185 SCSI controller 93scsibus* at sc0 94 95dmac* at ap? # dmac3 96spifi* at ap? # SPIFI SCSI 97scsibus* at spifi? 98 99sd* at scsibus? target ? lun ? # SCSI disks 100st* at scsibus? target ? lun ? # SCSI tapes 101cd* at scsibus? target ? lun ? # SCSI CD-ROMs 102 103wsdisplay0 at fb? console ? 104wsdisplay0 at xafb? console ? 105wskbd0 at kb? console ? 106#wsmouse0 at ms? 107 108pseudo-device loop # loopback interface; required 109pseudo-device pty 2 # pseudo-terminals (Sysinst needs two) 110pseudo-device md 1 # memory disk device 111#pseudo-device fss 4 # file system snapshot device 112 113pseudo-device rnd # /dev/random and in-kernel generator 114