1 # $NetBSD: NETWALKER_MD,v 1.3 2012/04/15 08:17:42 bsh Exp $ 2 # 3 # NETWALKER_MD -- Sharp Netwalker kernel with a ramdisk. 4 # 5 6 include "arch/evbarm/conf/NETWALKER" 7 8 options MEMORY_DISK_HOOKS # boottime setup of ramdisk 9 options MEMORY_DISK_IS_ROOT # use memory disk as root 10 options MEMORY_DISK_ROOT_SIZE=8192 # Size in blocks 11 options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode 12 13 # disk/mass storage pseudo-devices 14 pseudo-device md 15 16