INSTALL revision 1.21
1# $NetBSD: INSTALL,v 1.21 2004/07/15 03:53:50 atatat 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 35 36# Filesystems 37file-system FFS # Berkeley Fast Filesystem 38file-system NFS # Sun NFS-compatible filesystem client 39file-system MFS # memory-based filesystem 40file-system CD9660 # ISO 9660 + Rock Ridge file system 41file-system MSDOSFS # MS-DOS FAT filesystem(s). 42 43# Filesystem options 44options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space 45options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem 46 47# Networking options 48options INET # Internet protocols 49#options INET6 # IPV6 50options NFS_BOOT_BOOTPARAM 51 52# wscons options 53options WSEMUL_VT100 # VT100 / VT220 emulation 54#options FONT_GALLANT12x22 55options FONT_SONY8x16 56 57config netbsd root on ? type ? 58 59mainbus0 at root 60 61cpu0 at mainbus0 62hb0 at mainbus0 # Hyper-bus 63ap0 at mainbus0 # APbus 64 65mkclock0 at hb0 addr 0xbff40000 # MK48T02 realtime clock 66mkclock0 at ap? 67 68le0 at hb0 addr 0xbff80000 level 1 # built-in LANCE ethernet 69le1 at hb0 addr 0xb8c30000 level 0 70 71sn* at ap? # SONIC Ethernet 72tlp* at ap? 73 74kb0 at hb0 addr 0xbfd00000 level 2 # keyboard 75#ms0 at hb0 addr 0xbfd00004 level 2 # mouse 76 77zsc0 at hb0 addr 0xbfec0000 level 1 flags 0x0 # on-board 78zsc0 at ap? 79 80zstty0 at zsc0 channel 0 # tty00 81zstty1 at zsc0 channel 1 # tty01 82 83fb0 at hb0 addr 0x88000000 # frame buffer 84 85xafb* at ap? 86kb0 at ap? 87#ms0 at ap? 88 89sc0 at hb0 addr 0xbfe00100 level 0 # on-board cxd1185 SCSI controller 90scsibus* at sc0 91 92dmac* at ap? # dmac3 93spifi* at ap? # SPIFI SCSI 94scsibus* at spifi? 95 96sd* at scsibus? target ? lun ? # SCSI disks 97st* at scsibus? target ? lun ? # SCSI tapes 98cd* at scsibus? target ? lun ? # SCSI CD-ROMs 99 100wsdisplay0 at fb? console ? 101wsdisplay0 at xafb? console ? 102wskbd0 at kb? console ? 103#wsmouse0 at ms? 104 105pseudo-device loop # loopback interface; required 106pseudo-device pty 2 # pseudo-terminals (Sysinst needs two) 107pseudo-device md 1 # memory disk device 108 109pseudo-device rnd # /dev/random and in-kernel generator 110