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