INSTALL revision 1.88
11.88Stls# $NetBSD: INSTALL,v 1.88 2011/11/19 22:51:19 tls Exp $
21.1Sfvdl#
31.78Sjoerg#	INSTALL - Installation kernel.
41.1Sfvdl#
51.78Sjoerg#	This kernel is derived from GENERIC with additional memory disk
61.78Sjoerg#	options.
71.1Sfvdl
81.77Sjoerginclude	"arch/amd64/conf/GENERIC"
91.1Sfvdl
101.88Stlsoptions		CONSDEVNAME="\"com\"",CONADDR=0x2f8,CONSPEED=115200
111.88Stls#ident 		"INSTALL-$Revision: 1.88 $"
121.1Sfvdl
131.80Sadno options	MEMORY_DISK_DYNAMIC
141.86Sryooptions 	MEMORY_DISK_IS_ROOT	# force root on memory disk
151.86Sryooptions 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
161.86Sryooptions 	MEMORY_DISK_ROOT_SIZE=10000	# size of memory disk, in blocks
171.81Sjymoptions 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
181.79Stls
191.79Stlsno options	MTRR
201.82Schristos# DRI driver
211.83Sjmcneillno i915drm*	at drm?		# Intel i915, i945 DRM driver
221.83Sjmcneillno mach64drm*	at drm?		# mach64 (3D Rage Pro, Rage) DRM driver
231.83Sjmcneillno mgadrm*	at drm?		# Matrox G[24]00, G[45]50 DRM driver
241.83Sjmcneillno r128drm*	at drm?		# ATI Rage 128 DRM driver
251.83Sjmcneillno radeondrm*	at drm?		# ATI Radeon DRM driver
261.83Sjmcneillno savagedrm*	at drm?		# S3 Savage DRM driver
271.83Sjmcneillno sisdrm*	at drm?		# SiS DRM driver
281.83Sjmcneillno tdfxdrm*	at drm?		# 3dfx (voodoo) DRM driver
29