Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/conf KERNEL_BASE is 0xc0000000 for HDL_G.



details:   https://anonhg.NetBSD.org/src/rev/05573bcd57ba
branches:  trunk
changeset: 984250:05573bcd57ba
user:      rin <rin%NetBSD.org@localhost>
date:      Tue Jun 29 11:35:28 2021 +0000

description:
KERNEL_BASE is 0xc0000000 for HDL_G.

With this change, HDL-G boots multiuser!

diffstat:

 sys/arch/evbarm/conf/std.hdl_g |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r b4502b6197d2 -r 05573bcd57ba sys/arch/evbarm/conf/std.hdl_g
--- a/sys/arch/evbarm/conf/std.hdl_g    Tue Jun 29 10:26:17 2021 +0000
+++ b/sys/arch/evbarm/conf/std.hdl_g    Tue Jun 29 11:35:28 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: std.hdl_g,v 1.7 2018/10/07 07:48:44 skrll Exp $
+#      $NetBSD: std.hdl_g,v 1.8 2021/06/29 11:35:28 rin Exp $
 #
 # standard NetBSD/evbarm for I-O DATA HDL-G options
 
@@ -15,3 +15,5 @@
 
 # We need to configure the PCI bus.
 options        PCI_NETBSD_CONFIGURE
+
+options        KERNEL_BASE_EXT=0xc0000000



Home | Main Index | Thread Index | Old Index