1 1.1.4.2 rmind # $NetBSD: INSTALL,v 1.1.4.2 2011/03/05 20:49:53 rmind Exp $ 2 1.1.4.2 rmind # 3 1.1.4.2 rmind # Distribution install kernel (any model) 4 1.1.4.2 rmind # netbsd: cut-down kernel for miniroots. 5 1.1.4.2 rmind # nfsnetbsd: root on NFS to boot diskless for installation, 6 1.1.4.2 rmind # disk drivers for labelling disks and installation on local disk. 7 1.1.4.2 rmind # 8 1.1.4.2 rmind # 9 1.1.4.2 rmind include "arch/emips/conf/std.emips" 10 1.1.4.2 rmind 11 1.1.4.2 rmind makeoptions COPTS="-Os -mmemcpy" # Optimise for space. Implies -O2 12 1.1.4.2 rmind 13 1.1.4.2 rmind maxusers 8 14 1.1.4.2 rmind 15 1.1.4.2 rmind # CPU options 16 1.1.4.2 rmind options MIPS1 # R2000/R3000 support 17 1.1.4.2 rmind options NOFPU # No FPU 18 1.1.4.2 rmind options SOFTFLOAT # emulate FPU insn 19 1.1.4.2 rmind 20 1.1.4.2 rmind # Support for specific models 21 1.1.4.2 rmind options XILINX_ML40X # Xilinx Ml401/2 dev boards 22 1.1.4.2 rmind options XS_BEE3 # MSR/BeCube BEE3 system 23 1.1.4.2 rmind 24 1.1.4.2 rmind # Standard system options 25 1.1.4.2 rmind options USERCONF # userconf(4) support 26 1.1.4.2 rmind options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 27 1.1.4.2 rmind 28 1.1.4.2 rmind #options NTP # network time protocol 29 1.1.4.2 rmind 30 1.1.4.2 rmind # File systems 31 1.1.4.2 rmind file-system FFS # BSD fast filesystem 32 1.1.4.2 rmind file-system NFS # Sun NFS-compatible filesystem (client) 33 1.1.4.2 rmind file-system CD9660 # ISO 9660 + Rock Ridge file system 34 1.1.4.2 rmind file-system KERNFS # kernel data-structure filesystem 35 1.1.4.2 rmind 36 1.1.4.2 rmind 37 1.1.4.2 rmind # Filesystem options 38 1.1.4.2 rmind #options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space 39 1.1.4.2 rmind options FFS_NO_SNAPSHOT # No FFS snapshot support 40 1.1.4.2 rmind 41 1.1.4.2 rmind 42 1.1.4.2 rmind # Networking options 43 1.1.4.2 rmind options INET # Internet protocols 44 1.1.4.2 rmind 45 1.1.4.2 rmind # Workstation console options 46 1.1.4.2 rmind options FONT_BOLD8x16 # Font for fb devices 47 1.1.4.2 rmind options FONT_GALLANT12x22 48 1.1.4.2 rmind 49 1.1.4.2 rmind options WSEMUL_VT100 50 1.1.4.2 rmind options WS_KERNEL_FG=WSCOL_GREEN 51 1.1.4.2 rmind options WS_KERNEL_BG=WSCOL_BLACK 52 1.1.4.2 rmind 53 1.1.4.2 rmind # Disable kernel security levels. Needed for X with a PX or PXG. 54 1.1.4.2 rmind #options INSECURE 55 1.1.4.2 rmind 56 1.1.4.2 rmind # emips specific 57 1.1.4.2 rmind options HZ=16 # RTC rate required, uses timecounter 58 1.1.4.2 rmind 59 1.1.4.2 rmind options NFS_BOOT_DHCP # superset of BOOTP 60 1.1.4.2 rmind options NFS_BOOT_RWSIZE=1024 61 1.1.4.2 rmind 62 1.1.4.2 rmind config netbsd root on ? type ? 63 1.1.4.2 rmind config nfsnetbsd root on ? type nfs 64 1.1.4.2 rmind 65 1.1.4.2 rmind mainbus0 at root 66 1.1.4.2 rmind cpu* at mainbus0 67 1.1.4.2 rmind 68 1.1.4.2 rmind ## Peripheral Bus Support (for devices to attach to) 69 1.1.4.2 rmind ## ---------------------------------------------------------------------------- 70 1.1.4.2 rmind 71 1.1.4.2 rmind # eMIPS systems 72 1.1.4.2 rmind ebus0 at mainbus0 73 1.1.4.2 rmind eclock* at ebus0 addr ? # clock 74 1.1.4.2 rmind dz* at ebus0 addr ? # usart 75 1.1.4.2 rmind enic* at ebus0 addr ? # ethernet 76 1.1.4.2 rmind ace* at ebus0 addr ? # disk 77 1.1.4.2 rmind eflash* at ebus0 addr ? # flash memory 78 1.1.4.2 rmind 79 1.1.4.2 rmind 80 1.1.4.2 rmind ######################################################################### 81 1.1.4.2 rmind # Pseudo-devices # 82 1.1.4.2 rmind ######################################################################### 83 1.1.4.2 rmind 84 1.1.4.2 rmind pseudo-device pty 2 # pseudo-terminals (Sysinst needs two) 85 1.1.4.2 rmind pseudo-device bpfilter # packet filter ports 86 1.1.4.2 rmind pseudo-device loop 87 1.1.4.2 rmind #pseudo-device ccd 4 # concatenated disks 88 1.1.4.2 rmind pseudo-device rnd # /dev/random and in-kernel generator 89