INSTALL revision 1.77 1 # $NetBSD: INSTALL,v 1.77 2007/12/17 13:48:18 joerg Exp $
2 #
3 # GENERIC machine description file
4 #
5 # This machine description file is used to generate the default NetBSD
6 # kernel. The generic kernel does not include all options, subsystems
7 # and device drivers, but should be useful for most applications.
8 #
9 # The machine description file can be customised for your specific
10 # machine to reduce the kernel size and improve its performance.
11 #
12 # For further information on compiling NetBSD kernels, see the config(8)
13 # man page.
14 #
15 # For further information on hardware support for this architecture, see
16 # the intro(4) man page. For further information about kernel options
17 # for this architecture, see the options(4) man page. For an explanation
18 # of each device driver in this file see the section 4 man page for the
19 # device.
20
21 include "arch/amd64/conf/GENERIC"
22
23 #ident "INSTALL-$Revision: 1.77 $"
24
25 options MEMORY_DISK_HOOKS
26 options MEMORY_DISK_IS_ROOT # force root on memory disk
27 options MEMORY_DISK_SERVER=0 # no userspace memory disk support
28 options MEMORY_DISK_ROOT_SIZE=10000 # size of memory disk, in blocks
29