From a386f0e8b3eb23ed35c5b0719d8a6e530638e9f0 Mon Sep 17 00:00:00 2001 From: mrg Date: Wed, 2 Jan 2008 11:32:15 +0000 Subject: [PATCH] build an INSTALL kernel. it's just GENERIC with md(4) root space. --- etc/etc.ofppc/Makefile.inc | 4 ++-- sys/arch/ofppc/conf/INSTALL | 12 ++++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 sys/arch/ofppc/conf/INSTALL diff --git a/etc/etc.ofppc/Makefile.inc b/etc/etc.ofppc/Makefile.inc index b1b8e49256d1..d451606df21c 100644 --- a/etc/etc.ofppc/Makefile.inc +++ b/etc/etc.ofppc/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.5 2007/07/24 10:49:27 pavel Exp $ +# $NetBSD: Makefile.inc,v 1.6 2008/01/02 11:32:16 mrg Exp $ # # etc.ofppc/Makefile.inc -- ofppc-specific etc Makefile targets # @@ -8,4 +8,4 @@ KERNEL_SETS= GENERIC -#BUILD_KERNELS+= INSTALL +BUILD_KERNELS+= INSTALL diff --git a/sys/arch/ofppc/conf/INSTALL b/sys/arch/ofppc/conf/INSTALL new file mode 100644 index 000000000000..fd81b8c1a05b --- /dev/null +++ b/sys/arch/ofppc/conf/INSTALL @@ -0,0 +1,12 @@ +# $NetBSD: INSTALL,v 1.1 2008/01/02 11:32:15 mrg Exp $ +# +# INSTALL machine description file for ofppc + +include "arch/ofppc/conf/GENERIC" + +#ident "INSTALL-$Revision: 1.1 $" + +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=10000 # size of memory disk, in blocks