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