diff options
| author | tsutsui <tsutsui@NetBSD.org> | 2010-09-04 01:16:49 +0000 |
|---|---|---|
| committer | tsutsui <tsutsui@NetBSD.org> | 2010-09-04 01:16:49 +0000 |
| commit | f2af7cc18768e2ca30fbc8508a6ee20d421e72de (patch) | |
| tree | d25e911b8d78e6adf0ca2da7a979f0cba95becb2 /sys | |
| parent | e811b2c5523ede1604caeaa54ca96ee7848899ba (diff) | |
Build install ramdisk kernel for JORNADA720.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/hpcarm/conf/INSTALL_JORNADA720 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sys/arch/hpcarm/conf/INSTALL_JORNADA720 b/sys/arch/hpcarm/conf/INSTALL_JORNADA720 new file mode 100644 index 00000000000..7d0f859cc30 --- /dev/null +++ b/sys/arch/hpcarm/conf/INSTALL_JORNADA720 @@ -0,0 +1,13 @@ +# +# kernel config file for system install +# +# $NetBSD: INSTALL_JORNADA720,v 1.1 2010/09/04 01:16:49 tsutsui Exp $ +# + +include "arch/hpcarm/conf/JORNADA720" + +# Enable the hooks used for initializing the root memory-disk. +options MEMORY_DISK_HOOKS +options MEMORY_DISK_IS_ROOT # force root on memory disk +options MEMORY_DISK_SERVER=0 # no userspace memory disk support +options MEMORY_DISK_ROOT_SIZE=8704 # size of memory disk, in blocks |
