Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/algor/conf Link the kernel at 1MB.



details:   https://anonhg.NetBSD.org/src/rev/10b262938be9
branches:  trunk
changeset: 514100:10b262938be9
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Aug 22 19:44:47 2001 +0000

description:
Link the kernel at 1MB.

diffstat:

 sys/arch/algor/conf/std.algor |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 2fd976bbd942 -r 10b262938be9 sys/arch/algor/conf/std.algor
--- a/sys/arch/algor/conf/std.algor     Wed Aug 22 19:13:09 2001 +0000
+++ b/sys/arch/algor/conf/std.algor     Wed Aug 22 19:44:47 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: std.algor,v 1.2 2001/06/10 05:26:59 thorpej Exp $
+#      $NetBSD: std.algor,v 1.3 2001/08/22 19:44:47 thorpej Exp $
 
 machine algor mips
 
@@ -9,5 +9,5 @@
 options        MIPS3           # All supported Algor boards are MIPS3
 options        MIPS3_ENABLE_CLOCK_INTR
 
-makeoptions    DEFTEXTADDR="0x80030000"
+makeoptions    DEFTEXTADDR="0x80100000"
 makeoptions    ENDIAN="-EL"



Home | Main Index | Thread Index | Old Index