GENERIC_MD revision 1.5
1#	$NetBSD: GENERIC_MD,v 1.5 2000/11/27 14:41:47 tsubai 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 	MINIROOTSIZE=4096	# 2 Megabytes
15