build an INSTALL kernel. it's just GENERIC with md(4) root space.
This commit is contained in:
parent
0738c9d4c5
commit
a386f0e8b3
|
@ -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
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue