xref: /netbsd/sys/arch/macppc/conf/GENERIC_MD (revision bf9ec67e)
1#	$NetBSD: GENERIC_MD,v 1.7 2002/04/02 05:30: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_ROOT_SIZE=4096	# 2 Megabytes
15