Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/macppc/conf Change base address to 0x800000.



details:   https://anonhg.NetBSD.org/src/rev/30b26024e8c4
branches:  trunk
changeset: 499710:30b26024e8c4
user:      tsubai <tsubai%NetBSD.org@localhost>
date:      Mon Nov 27 14:41:47 2000 +0000

description:
Change base address to 0x800000.

diffstat:

 sys/arch/macppc/conf/GENERIC_MD |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 881f72b9bbc0 -r 30b26024e8c4 sys/arch/macppc/conf/GENERIC_MD
--- a/sys/arch/macppc/conf/GENERIC_MD   Mon Nov 27 13:31:18 2000 +0000
+++ b/sys/arch/macppc/conf/GENERIC_MD   Mon Nov 27 14:41:47 2000 +0000
@@ -1,10 +1,13 @@
-#      $NetBSD: GENERIC_MD,v 1.4 2000/11/27 08:55:42 soren Exp $
+#      $NetBSD: GENERIC_MD,v 1.5 2000/11/27 14:41:47 tsubai 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



Home | Main Index | Thread Index | Old Index