Home | History | Annotate | Line # | Download | only in conf
INSTALL revision 1.4
      1 #	$NetBSD: INSTALL,v 1.4 1998/06/30 11:59:09 msaitoh Exp $
      2 
      3 #
      4 #	ALL -- everything that's currently supported
      5 #
      6 
      7 # architecture type and name of kernel; REQUIRED
      8 machine		x68k m68k
      9 
     10 options 	EXEC_SCRIPT		# Support #!
     11 options 	EXEC_AOUT		# a.out format executables
     12 
     13 # different CPU types; you must have at least the correct one; REQUIRED
     14 options 	M68030
     15 options 	M68040
     16 options 	M68060
     17 
     18 # set to indicate RTC is offset from GMT
     19 options 	RTC_OFFSET=-540	# hardware clock is this many mins. west of GMT
     20 
     21 # estimated number of users
     22 maxusers	32
     23 
     24 # Enable the hooks used for initializing the memory-disk.
     25 options 	MEMORY_DISK_HOOKS
     26 options 	MEMORY_DISK_IS_ROOT     # Force root on memory-disk
     27 options 	MEMORY_DISK_SERVER=0	# No user space hooks
     28 options 	MINIROOTSIZE=3074
     29 #options 	MINIROOTSIZE=2880	# 1.44M, same as a floppy
     30 
     31 # standard options
     32 options 	SWAPPAGER		# swap pager (anonymous and swap space)
     33 options 	VNODEPAGER		# vnode pager (mapped files)
     34 options 	DEVPAGER		# device pager (mapped devices)
     35 
     36 options 	SYSVMSG			# System V-like message queues
     37 options 	SYSVSEM			# System V-like semaphores
     38 options 	SYSVSHM			# System V-like memory sharing
     39 options 	SHMMAXPGS=1024		# 1024 pages in the defualt
     40 
     41 # compatibility options
     42 options 	COMPAT_NOMID		# old zmagic executables
     43 options 	COMPAT_09		# compatibility with NetBSD 0.9
     44 options 	COMPAT_10		# compatibility with NetBSD 1.0
     45 options 	COMPAT_11		# compatibility with NetBSD 1.1
     46 options 	COMPAT_12		# compatibility with NetBSD 1.2
     47 options 	COMPAT_13		# compatibility with NetBSD 1.3
     48 options 	TCP_COMPAT_42		# compatibility with 4.2BSD TCP/IP
     49 
     50 # file system options
     51 file-system 	FFS			# Berkeley fast file system
     52 file-system 	MFS			# memory file system; uses RAM and swap
     53 file-system 	NFS			# Network File System client
     54 file-system 	CD9660			# ISO 9660 CD-ROM file system, with RR
     55 file-system 	MSDOSFS			# MS-DOS FAT file system
     56 file-system 	KERNFS			# kernel file system; recommended
     57 
     58 options 	FASTLINKS		# fast symbolic links in FFS
     59 
     60 # networking options
     61 options 	INET			# Internet protocols
     62 
     63 # Options specific to this host.
     64 #options 	INSECURE		# Disable kernel security.
     65 options 	MACHINE_NONCONTIG	# support for noncontig memory
     66 options 	FPU_EMULATE		# software fpu emulation
     67 options 	M060SP			# int/fp emulation for MC68060
     68 options 	FPSP			# floating point emulation for MC68040
     69 options 	ITEKANJI		# Kanji display for console
     70 options 	PANICBUTTON		# enable interrupt switch
     71 options 	JUPITER			# support for "JUPITER-X"
     72 options 	EIOMAPSIZE=0		# do not map PCI address space
     73 options 	MAPPEDCOPY		# use page mapping for large copyin/copyout
     74 
     75 config		netbsd root on ? type ?
     76 
     77 mainbus0	at root
     78 
     79 zs0		at mainbus0		# Zilog serial
     80 zs1		at mainbus0		# Zilog serial
     81 spc0		at mainbus0		# builtin scsi
     82 spc1		at mainbus0		# external scsi
     83 scsibus*	at spc?
     84 mha0		at mainbus0		# MK-HA1 Mach-2 SCSI
     85 scsibus*	at mha?
     86 grfbus0 	at mainbus0		# bitmapped display's
     87 grf0		at grfbus0		# multiplane graphics
     88 grf1		at grfbus0		# flexible graphics
     89 ite0		at grf0			# console
     90 fdc0		at mainbus0		# floppy controller
     91 fd*		at fdc0 unit ?		# builtin floppy drive
     92 xcom0		at mainbus0		# NS16550
     93 xcom1		at mainbus0		# NS16550
     94 
     95 sd*	at scsibus? target ? lun ?	# SCSI disks
     96 cd*	at scsibus? target ? lun ?	# SCSI CD-ROMs
     97 st*	at scsibus? target ? lun 0	# SCSI tapes
     98 
     99 # ethernet board
    100 #se0	at scsibus? target ? lun ?
    101 ed0	at mainbus0
    102 
    103 # /dev/audio
    104 #adpcm0	at mainbus0
    105 
    106 pseudo-device	sl		2	# compressed SLIP
    107 pseudo-device	ppp		2	# point-to-point protocol
    108 pseudo-device	pty		32	# pseudo-terminals
    109 pseudo-device	kbd			# kbd
    110 pseudo-device 	mouse			# mouse
    111 pseudo-device	bell			# OPM bell
    112 pseudo-device	pow		2	# software power switch
    113 pseudo-device	loop			# loopback; recommended
    114 pseudo-device	vnd		4	# vn virtual filesystem device
    115 pseudo-device	md		1	# memory disk
    116 pseudo-device	ipfilter		# ip filter
    117