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