INSTALL revision 1.77
11.77Sjoerg# $NetBSD: INSTALL,v 1.77 2007/12/17 13:48:18 joerg Exp $
21.1Sfvdl#
31.1Sfvdl# GENERIC machine description file
41.1Sfvdl# 
51.1Sfvdl# This machine description file is used to generate the default NetBSD
61.1Sfvdl# kernel.  The generic kernel does not include all options, subsystems
71.1Sfvdl# and device drivers, but should be useful for most applications.
81.1Sfvdl#
91.1Sfvdl# The machine description file can be customised for your specific
101.1Sfvdl# machine to reduce the kernel size and improve its performance.
111.1Sfvdl#
121.1Sfvdl# For further information on compiling NetBSD kernels, see the config(8)
131.1Sfvdl# man page.
141.1Sfvdl#
151.1Sfvdl# For further information on hardware support for this architecture, see
161.1Sfvdl# the intro(4) man page.  For further information about kernel options
171.1Sfvdl# for this architecture, see the options(4) man page.  For an explanation
181.1Sfvdl# of each device driver in this file see the section 4 man page for the
191.1Sfvdl# device.
201.1Sfvdl
211.77Sjoerginclude	"arch/amd64/conf/GENERIC"
221.1Sfvdl
231.77Sjoerg#ident 		"INSTALL-$Revision: 1.77 $"
241.1Sfvdl
251.1Sfvdloptions 	MEMORY_DISK_HOOKS
261.1Sfvdloptions 	MEMORY_DISK_IS_ROOT     # force root on memory disk
271.1Sfvdloptions 	MEMORY_DISK_SERVER=0    # no userspace memory disk support
281.40Sdsloptions 	MEMORY_DISK_ROOT_SIZE=10000     # size of memory disk, in blocks
29