Source-Changes-HG archive

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

[src/netbsd-2-0]: src/sys/arch/macppc/conf Pull up revision 1.78 (requested b...



details:   https://anonhg.NetBSD.org/src/rev/967da0fb94fd
branches:  netbsd-2-0
changeset: 564646:967da0fb94fd
user:      jdc <jdc%NetBSD.org@localhost>
date:      Fri Jan 07 12:48:59 2005 +0000

description:
Pull up revision 1.78 (requested by wrstuden in ticket #951).

Now that we have ofwboot load at 0xe00000, it doesn't make sense for
this kernel to load at 0x800000 - move back to the default and we
have around 13 MB of space for the kernel.

diffstat:

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

diffs (19 lines):

diff -r 8994745112af -r 967da0fb94fd sys/arch/macppc/conf/INSTALL
--- a/sys/arch/macppc/conf/INSTALL      Fri Jan 07 12:33:34 2005 +0000
+++ b/sys/arch/macppc/conf/INSTALL      Fri Jan 07 12:48:59 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.75.2.3 2004/07/15 20:19:04 he Exp $
+#      $NetBSD: INSTALL,v 1.75.2.4 2005/01/07 12:48:59 jdc Exp $
 #
 # config file for INSTALL FLOPPY
 #
@@ -13,9 +13,6 @@
 
 options        RTC_OFFSET=0    # hardware clock is this many mins. west of GMT
 
-# 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