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