Expand PMF_FN_* macros.
[netbsd-mini2440.git] / sys / arch / sparc64 / conf / INSTALL
blob48cfb7c9959e27761e06c7146e84d1f018bb0c84
1 #       $NetBSD: INSTALL,v 1.24 2006/10/02 03:28:31 chs Exp $
3 #       NOTE: this file only needs *additional* things for the install
4 #       kernel, that are not already included in GENERIC32!
5 #       See the include below...
7 include "arch/sparc64/conf/GENERIC"
9 #ident          "INSTALL-$Revision: 1.25 $"
11 makeoptions     COPTS="-Os"
13 options         PIPE_SOCKETPAIR         # smaller, but slower pipe(2)
15 #MEMORY DISK ROOT options:
18 # Enable the hooks used for initializing the root memory-disk.
19 options         MEMORY_DISK_HOOKS
20 options         MEMORY_DISK_IS_ROOT     # force root on memory disk
21 options         MEMORY_DISK_SERVER=0    # no userspace memory disk support
22 ## The miniroot size must be kept in sync manually with the size of
23 ## the `miniroot' image (which is built in distrib/sparc64/miniroot).
24 options         MEMORY_DISK_ROOT_SIZE=10240     # size of memory disk, in blocks
25 options         MEMORY_DISK_RBFLAGS=RB_SINGLE   # boot in single-user mode