From df1f02ad54fc6201e143894fdbc85d847c2fec27 Mon Sep 17 00:00:00 2001 From: wrstuden Date: Thu, 21 Oct 2004 21:52:51 +0000 Subject: [PATCH] Now that we have ofwboot load at 0xe00000, it doesn't make sense for this kernel to load at 0x800000. --- sys/arch/macppc/conf/GENERIC_MD | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sys/arch/macppc/conf/GENERIC_MD b/sys/arch/macppc/conf/GENERIC_MD index 46ce5f1e419c..37ac86039efe 100644 --- a/sys/arch/macppc/conf/GENERIC_MD +++ b/sys/arch/macppc/conf/GENERIC_MD @@ -1,13 +1,10 @@ -# $NetBSD: GENERIC_MD,v 1.7 2002/04/02 05:30:43 lukem Exp $ +# $NetBSD: GENERIC_MD,v 1.8 2004/10/21 21:52:51 wrstuden Exp $ # # GENERIC_MD config file # include "arch/macppc/conf/GENERIC" -# Change base address to 0x800000 to use large memory disk. -makeoptions TEXTADDR=0x800000 - # Enable the hooks used for initializing the ram-disk. options MEMORY_DISK_HOOKS options MEMORY_DISK_IS_ROOT # Force root on ram-disk