GENERIC_MD revision 1.6
1# $NetBSD: GENERIC_MD,v 1.6 2002/03/10 19:56:43 lukem Exp $ 2# 3# GENERIC_MD config file 4# 5 6include "arch/macppc/conf/GENERIC" 7 8# Change base address to 0x800000 to use large memory disk. 9makeoptions TEXTADDR=0x800000 10 11# Enable the hooks used for initializing the ram-disk. 12options MEMORY_DISK_HOOKS 13options MEMORY_DISK_IS_ROOT # Force root on ram-disk 14options MEMORY_DISK_SIZE=4096 # 2 Megabytes 15