2012-04-15 12:17:42 +04:00
|
|
|
# $NetBSD: NETWALKER_MD,v 1.3 2012/04/15 08:17:42 bsh Exp $
|
2010-11-13 10:31:32 +03:00
|
|
|
#
|
2012-04-15 12:17:42 +04:00
|
|
|
# NETWALKER_MD -- Sharp Netwalker kernel with a ramdisk.
|
2010-11-13 10:31:32 +03:00
|
|
|
#
|
|
|
|
|
|
|
|
include "arch/evbarm/conf/NETWALKER"
|
|
|
|
|
|
|
|
options MEMORY_DISK_HOOKS # boottime setup of ramdisk
|
|
|
|
options MEMORY_DISK_IS_ROOT # use memory disk as root
|
|
|
|
options MEMORY_DISK_ROOT_SIZE=8192 # Size in blocks
|
|
|
|
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
|
|
|
|
|
|
|
|
# disk/mass storage pseudo-devices
|
2012-04-15 12:17:42 +04:00
|
|
|
pseudo-device md
|
2010-11-13 10:31:32 +03:00
|
|
|
|