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