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