INSTALL revision 1.3 1 # $NetBSD: INSTALL,v 1.3 2000/09/25 11:46:39 abs Exp $
2 #
3 # INSTALL kernel for RISC-NEWS
4
5 include "arch/newsmips/conf/std.newsmips"
6
7 # Saving space
8 makeoptions COPTS="-Os" # Optimise for space. Implies -O2
9 #options VNODE_OP_NOINLINE # Don't inline vnode op calls
10 #options NFS_V2_ONLY # Exclude NFS3 and NQNFS code
11
12 maxusers 16
13
14 # Enable the hooks used for initializing the ram-disk.
15 options MEMORY_DISK_HOOKS
16 options MEMORY_DISK_IS_ROOT # Force root on ram-disk
17 options MINIROOTSIZE=4096 # 2 Megabytes
18
19 options news3400
20 options news5000
21 options MIPS1 # R2000/R3000 support
22 options MIPS3 # R4000 support
23 options CPU_SINGLE # no I/O processor
24
25 # Compatibility options
26 options COMPAT_43 # compatibility with 4.3BSD binaries
27 options COMPAT_13 # NetBSD 1.3 binary compatibility
28 options COMPAT_14 # NetBSD 1.4 binary compatibility
29
30 # Filesystem options
31 file-system FFS # Berkeley Fast Filesystem
32 file-system NFS # Sun NFS-compatible filesystem client
33 file-system KERNFS # kernel data-structure filesystem
34 file-system MFS # memory-based filesystem
35 file-system CD9660 # ISO 9660 + Rock Ridge file system
36 file-system MSDOSFS # MS-DOS FAT filesystem(s).
37
38 # Networking options
39 options INET # Internet protocols
40 #options INET6 # IPV6
41 options NFS_BOOT_BOOTPARAM
42
43 config netbsd root on ? type ?
44
45 mainbus0 at root
46
47 cpu0 at mainbus0
48 hb0 at mainbus0 # Hyper-bus
49 ap0 at mainbus0 # APbus
50
51 mkclock0 at hb0 addr 0xbff407f8 # MK48T02 realtime clock
52 mkclock0 at ap?
53
54 le0 at hb0 addr 0xbff80000 level 1 # built-in LANCE ethernet
55 le1 at hb0 addr 0xb8c30000 level 0
56
57 sn* at ap? # SONIC Ethernet
58
59 kb0 at hb0 addr 0xbfd00000 level 2 # keyboard
60 ms0 at hb0 addr 0xbfd00004 level 2 # mouse
61
62 zsc0 at hb0 addr 0xbfec0000 level 1 flags 0x0 # on-board
63 zsc0 at ap?
64
65 zstty0 at zsc0 channel 0 # tty00
66 zstty1 at zsc0 channel 1 # tty01
67
68 fb0 at hb0 addr 0x88000000 # frame buffer
69
70 sc0 at hb0 addr 0xbfe00100 level 0 # on-board cxd1185 SCSI controller
71 scsibus0 at sc0
72
73 sd* at scsibus? target ? lun ? # SCSI disks
74 st* at scsibus? target ? lun ? # SCSI tapes
75 cd* at scsibus? target ? lun ? # SCSI CD-ROMs
76
77 pseudo-device loop # loopback interface; required
78 pseudo-device pty # pseudo-terminals
79 pseudo-device md 1 # memory disk device
80