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