INSTALL revision 1.330
11.330Sryo# $NetBSD: INSTALL,v 1.330 2011/05/28 13:01:50 ryo Exp $
21.2Stls#
31.54Sthorpej#	INSTALL - Installation kernel.
41.2Stls#
51.324Sad#	This kernel is derived from GENERIC with additional memory disk
61.324Sad#	options.
71.195Satatat
81.328Sjyminclude	"arch/i386/conf/MONOLITHIC"
91.2Stls
101.330Sryo#ident 		"INSTALL-$Revision: 1.330 $"
111.153Sabs
121.325Sadno options	MEMORY_DISK_DYNAMIC
131.330Sryooptions 	MEMORY_DISK_IS_ROOT	# force root on memory disk
141.330Sryooptions 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
151.330Sryooptions 	MEMORY_DISK_ROOT_SIZE=10000	# size of memory disk, in blocks
161.328Sjymoptions 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
171.328Sjym
181.328Sjym# DRI driver
191.329Sjmcneillno i915drm*	at drm?		# Intel i915, i945 DRM driver
201.329Sjmcneillno mach64drm*	at drm?		# mach64 (3D Rage Pro, Rage) DRM driver
211.329Sjmcneillno mgadrm*	at drm?		# Matrox G[24]00, G[45]50 DRM driver
221.329Sjmcneillno r128drm*	at drm?		# ATI Rage 128 DRM driver
231.329Sjmcneillno radeondrm*	at drm?		# ATI Radeon DRM driver
241.329Sjmcneillno savagedrm*	at drm?		# S3 Savage DRM driver
251.329Sjmcneillno sisdrm*	at drm?		# SiS DRM driver
261.329Sjmcneillno tdfxdrm*	at drm?		# 3dfx (voodoo) DRM driver
271.329Sjmcneillno viadrm*	at drm?		# VIA DRM driver
28