INSTALL revision 1.85
11.85Sjym# $NetBSD: INSTALL,v 1.85 2011/02/16 20:23:21 jym 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.85Sjym#ident 		"INSTALL-$Revision: 1.85 $"
111.84Sjym
121.84Sjym# INSTALL kernels do not have access to module(7)s. Compile some
131.84Sjym# file-systems statically.
141.84Sjymfile-system	EXT2FS		# second extended file system (linux)
151.84Sjymfile-system	LFS		# log-structured file system
161.85Sjym#file-system	MFS		# memory file system
171.84Sjymfile-system	NTFS		# Windows/NT file system (experimental)
181.84Sjymfile-system	CD9660		# ISO 9660 + Rock Ridge file system
191.84Sjymfile-system	MSDOSFS		# MS-DOS file system
201.1Sfvdl
211.80Sadno options	MEMORY_DISK_DYNAMIC
221.1Sfvdloptions 	MEMORY_DISK_IS_ROOT     # force root on memory disk
231.1Sfvdloptions 	MEMORY_DISK_SERVER=0    # no userspace memory disk support
241.40Sdsloptions 	MEMORY_DISK_ROOT_SIZE=10000     # size of memory disk, in blocks
251.81Sjymoptions 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
261.79Stls
271.79Stlsno options	MTRR
281.82Schristos# DRI driver
291.83Sjmcneillno i915drm*	at drm?		# Intel i915, i945 DRM driver
301.83Sjmcneillno mach64drm*	at drm?		# mach64 (3D Rage Pro, Rage) DRM driver
311.83Sjmcneillno mgadrm*	at drm?		# Matrox G[24]00, G[45]50 DRM driver
321.83Sjmcneillno r128drm*	at drm?		# ATI Rage 128 DRM driver
331.83Sjmcneillno radeondrm*	at drm?		# ATI Radeon DRM driver
341.83Sjmcneillno savagedrm*	at drm?		# S3 Savage DRM driver
351.83Sjmcneillno sisdrm*	at drm?		# SiS DRM driver
361.83Sjmcneillno tdfxdrm*	at drm?		# 3dfx (voodoo) DRM driver
37