INSTALL revision 1.328
11.328Sjym# $NetBSD: INSTALL,v 1.328 2011/02/10 16:49:19 jym 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.328Sjym#ident 		"INSTALL-$Revision: 1.328 $"
111.153Sabs
121.325Sadno options	MEMORY_DISK_DYNAMIC
131.324Sadoptions 	MEMORY_DISK_IS_ROOT     # force root on memory disk
141.324Sadoptions 	MEMORY_DISK_SERVER=0    # no userspace memory disk support
151.324Sadoptions 	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.328Sjymno i915drm*	at vga?		# Intel i915, i945 DRM driver
201.328Sjymno mach64drm*	at vga?		# mach64 (3D Rage Pro, Rage) DRM driver
211.328Sjymno mgadrm*	at vga?		# Matrox G[24]00, G[45]50 DRM driver
221.328Sjymno r128drm*	at vga?		# ATI Rage 128 DRM driver
231.328Sjymno radeondrm*	at vga?		# ATI Radeon DRM driver
241.328Sjymno savagedrm*	at vga?		# S3 Savage DRM driver
251.328Sjymno sisdrm*	at vga?		# SiS DRM driver
261.328Sjymno tdfxdrm*	at vga?		# 3dfx (voodoo) DRM driver
27