1 # $NetBSD: INSTALL,v 1.35 2008/07/31 07:41:03 simonb Exp $
3 # INSTALL kernel for RISC-NEWS
5 include "arch/newsmips/conf/std.newsmips"
7 #options INCLUDE_CONFIG_FILE # embed config file in kernel binary
9 makeoptions COPTS="-Os -mmemcpy" # Optimise for space. Implies -O2
13 # Enable the hooks used for initializing the ram-disk.
14 options MEMORY_DISK_HOOKS
15 options MEMORY_DISK_IS_ROOT # Force root on ram-disk
16 options MEMORY_DISK_SERVER=0 # no userspace md(4) support
17 options MEMORY_DISK_ROOT_SIZE=5120 # 2.5 Megabytes
18 options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
22 options MIPS1 # R2000/R3000 support
23 options MIPS3 # R4000 support
24 options CPU_SINGLE # no I/O processor
26 options USERCONF # userconf(4) support
27 options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
28 #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
30 # Compatibility options
31 #options COMPAT_43 # compatibility with 4.3BSD binaries
32 #options COMPAT_13 # NetBSD 1.3 binary compatibility
33 options COMPAT_14 # NetBSD 1.4 binary compatibility
34 options COMPAT_15 # NetBSD 1.5 binary compatibility
35 options COMPAT_16 # NetBSD 1.6 binary compatibility
36 options COMPAT_20 # NetBSD 2.0 binary compatibility
37 options COMPAT_30 # NetBSD 3.0 binary compatibility
38 options COMPAT_40 # NetBSD 4.0 binary compatibility
39 options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
42 file-system FFS # Berkeley Fast Filesystem
43 file-system NFS # Sun NFS-compatible filesystem client
44 file-system MFS # memory-based filesystem
45 file-system CD9660 # ISO 9660 + Rock Ridge file system
46 file-system MSDOSFS # MS-DOS FAT filesystem(s).
47 #file-system PTYFS # /dev/pts/N support
50 options NFS_V2_ONLY # Exclude NFS3 code to save space
51 options FFS_NO_SNAPSHOT # No FFS snapshot support
52 options WAPBL # File system journaling support - Experimental
55 options INET # Internet protocols
57 options NFS_BOOT_BOOTPARAM
60 options WSEMUL_VT100 # VT100 / VT220 emulation
61 #options FONT_GALLANT12x22
64 config netbsd root on ? type ?
69 hb0 at mainbus0 # Hyper-bus
70 ap0 at mainbus0 # APbus
72 mkclock0 at hb0 addr 0xbff40000 # MK48T02 realtime clock
75 le0 at hb0 addr 0xbff80000 level 1 # built-in LANCE ethernet
76 le1 at hb0 addr 0xb8c30000 level 0
78 sn* at ap? # SONIC Ethernet
81 kb0 at hb0 addr 0xbfd00000 level 2 # keyboard
82 #ms0 at hb0 addr 0xbfd00004 level 2 # mouse
84 zsc0 at hb0 addr 0xbfec0000 level 1 flags 0x0 # on-board
87 zstty0 at zsc0 channel 0 # tty00
88 zstty1 at zsc0 channel 1 # tty01
90 fb0 at hb0 addr 0x88000000 # frame buffer
96 sc0 at hb0 addr 0xbfe00100 level 0 # on-board cxd1185 SCSI controller
100 spifi* at ap? # SPIFI SCSI
103 sd* at scsibus? target ? lun ? # SCSI disks
104 st* at scsibus? target ? lun ? # SCSI tapes
105 cd* at scsibus? target ? lun ? # SCSI CD-ROMs
107 wsdisplay0 at fb? console ?
108 wsdisplay0 at xafb? console ?
109 wskbd0 at kb? console ?
112 pseudo-device loop # loopback interface; required
113 pseudo-device pty 2 # pseudo-terminals (Sysinst needs two)
114 pseudo-device md 1 # memory disk device
115 #pseudo-device fss 4 # file system snapshot device
117 pseudo-device rnd # /dev/random and in-kernel generator