Home | History | Annotate | Line # | Download | only in conf
INSTALL revision 1.34.20.2
      1  1.34.20.2      yamt # 	$NetBSD: INSTALL,v 1.34.20.2 2010/08/11 22:52:28 yamt 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.14    atatat 
      7       1.14    atatat #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
      8        1.3       abs 
      9        1.7     lukem makeoptions	COPTS="-Os -mmemcpy"	# Optimise for space. Implies -O2
     10        1.1    tsubai 
     11        1.6   tsutsui maxusers	8
     12        1.1    tsubai 
     13        1.1    tsubai # Enable the hooks used for initializing the ram-disk.
     14        1.1    tsubai options 	MEMORY_DISK_HOOKS
     15       1.13   tsutsui options 	MEMORY_DISK_IS_ROOT		# Force root on ram-disk
     16       1.13   tsutsui options 	MEMORY_DISK_SERVER=0		# no userspace md(4) support
     17       1.13   tsutsui options 	MEMORY_DISK_ROOT_SIZE=5120	# 2.5 Megabytes
     18  1.34.20.1      yamt options 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
     19        1.1    tsubai 
     20        1.1    tsubai options 	news3400
     21        1.1    tsubai options 	news5000
     22        1.1    tsubai options 	MIPS1			# R2000/R3000 support
     23        1.1    tsubai options 	MIPS3			# R4000 support
     24        1.1    tsubai options 	CPU_SINGLE		# no I/O processor
     25        1.8  jdolecek 
     26       1.16     lukem options 	USERCONF		# userconf(4) support
     27        1.8  jdolecek options		PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
     28       1.21    atatat #options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
     29        1.1    tsubai 
     30        1.1    tsubai # Compatibility options
     31        1.6   tsutsui #options 	COMPAT_43		# compatibility with 4.3BSD binaries
     32        1.6   tsutsui #options 	COMPAT_13		# NetBSD 1.3 binary compatibility
     33        1.1    tsubai options 	COMPAT_14		# NetBSD 1.4 binary compatibility
     34       1.30      manu options 	COMPAT_15		# NetBSD 1.5 binary compatibility
     35       1.19   tsutsui options 	COMPAT_16		# NetBSD 1.6 binary compatibility
     36       1.23   tsutsui options 	COMPAT_20		# NetBSD 2.0 binary compatibility
     37       1.33   tsutsui options 	COMPAT_30		# NetBSD 3.0 binary compatibility
     38       1.33   tsutsui options 	COMPAT_40		# NetBSD 4.0 binary compatibility
     39       1.22  christos options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
     40        1.1    tsubai 
     41        1.4       abs # Filesystems
     42        1.1    tsubai file-system	FFS		# Berkeley Fast Filesystem
     43        1.1    tsubai file-system	NFS		# Sun NFS-compatible filesystem client
     44        1.1    tsubai file-system	MFS		# memory-based filesystem
     45        1.1    tsubai file-system	CD9660		# ISO 9660 + Rock Ridge file system
     46        1.1    tsubai file-system	MSDOSFS		# MS-DOS FAT filesystem(s).
     47       1.27  christos #file-system	PTYFS		# /dev/pts/N support
     48        1.4       abs 
     49        1.4       abs # Filesystem options
     50       1.32      yamt options 	NFS_V2_ONLY	# Exclude NFS3 code to save space
     51       1.28   tsutsui options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
     52  1.34.20.1      yamt options 	WAPBL		# File system journaling support - Experimental
     53        1.1    tsubai 
     54        1.1    tsubai # Networking options
     55        1.1    tsubai options 	INET		# Internet protocols
     56        1.1    tsubai #options 	INET6		# IPV6
     57        1.1    tsubai options 	NFS_BOOT_BOOTPARAM
     58        1.1    tsubai 
     59        1.6   tsutsui # wscons options
     60        1.6   tsutsui options 	WSEMUL_VT100		# VT100 / VT220 emulation
     61       1.10   tsutsui #options 	FONT_GALLANT12x22
     62       1.10   tsutsui options 	FONT_SONY8x16
     63        1.6   tsutsui 
     64        1.1    tsubai config		netbsd	root on ? type ?
     65        1.1    tsubai 
     66        1.1    tsubai mainbus0 at root
     67        1.1    tsubai 
     68        1.1    tsubai cpu0	at mainbus0
     69        1.1    tsubai hb0	at mainbus0			# Hyper-bus
     70        1.1    tsubai ap0	at mainbus0			# APbus
     71        1.1    tsubai 
     72       1.20   tsutsui mkclock0 at hb0 addr 0xbff40000		# MK48T02 realtime clock
     73        1.1    tsubai mkclock0 at ap?
     74        1.1    tsubai 
     75        1.1    tsubai le0	at hb0 addr 0xbff80000 level 1	# built-in LANCE ethernet
     76        1.1    tsubai le1	at hb0 addr 0xb8c30000 level 0
     77        1.1    tsubai 
     78        1.1    tsubai sn*	at ap?				# SONIC Ethernet
     79        1.6   tsutsui tlp*	at ap?
     80        1.1    tsubai 
     81        1.1    tsubai kb0	at hb0 addr 0xbfd00000 level 2	# keyboard
     82        1.6   tsutsui #ms0	at hb0 addr 0xbfd00004 level 2	# mouse
     83        1.1    tsubai 
     84        1.1    tsubai zsc0	at hb0 addr 0xbfec0000 level 1 flags 0x0	# on-board
     85        1.1    tsubai zsc0	at ap?
     86        1.1    tsubai 
     87        1.1    tsubai zstty0	at zsc0 channel 0		# tty00
     88        1.1    tsubai zstty1	at zsc0 channel 1		# tty01
     89        1.1    tsubai 
     90        1.1    tsubai fb0	at hb0 addr 0x88000000		# frame buffer
     91        1.1    tsubai 
     92        1.6   tsutsui xafb*	at ap?
     93        1.6   tsutsui kb0	at ap?
     94        1.6   tsutsui #ms0	at ap?
     95        1.6   tsutsui 
     96        1.1    tsubai sc0	at hb0 addr 0xbfe00100 level 0	# on-board cxd1185 SCSI controller
     97       1.17   tsutsui scsibus* at sc0
     98        1.1    tsubai 
     99        1.6   tsutsui dmac*	at ap?				# dmac3
    100        1.6   tsutsui spifi*	at ap?				# SPIFI SCSI
    101        1.6   tsutsui scsibus* at spifi?
    102        1.6   tsutsui 
    103        1.1    tsubai sd*	at scsibus? target ? lun ?	# SCSI disks
    104        1.1    tsubai st*	at scsibus? target ? lun ?	# SCSI tapes
    105        1.1    tsubai cd*	at scsibus? target ? lun ?	# SCSI CD-ROMs
    106        1.6   tsutsui 
    107        1.6   tsutsui wsdisplay0 at fb? console ?
    108        1.6   tsutsui wsdisplay0 at xafb? console ?
    109        1.6   tsutsui wskbd0	at kb? console ?
    110        1.6   tsutsui #wsmouse0 at ms?
    111        1.1    tsubai 
    112        1.1    tsubai pseudo-device	loop			# loopback interface; required
    113        1.5       abs pseudo-device	pty		2	# pseudo-terminals (Sysinst needs two)
    114        1.1    tsubai pseudo-device	md		1	# memory disk device
    115  1.34.20.2      yamt #pseudo-device	fss			# file system snapshot device
    116       1.18    itojun 
    117       1.18    itojun pseudo-device	rnd			# /dev/random and in-kernel generator
    118