Module Name:    src
Committed By:   rin
Date:           Tue Jun 29 11:35:28 UTC 2021

Modified Files:
        src/sys/arch/evbarm/conf: std.hdl_g

Log Message:
KERNEL_BASE is 0xc0000000 for HDL_G.

With this change, HDL-G boots multiuser!


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/evbarm/conf/std.hdl_g

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/conf/std.hdl_g
diff -u src/sys/arch/evbarm/conf/std.hdl_g:1.7 src/sys/arch/evbarm/conf/std.hdl_g:1.8
--- src/sys/arch/evbarm/conf/std.hdl_g:1.7	Sun Oct  7 07:48:44 2018
+++ src/sys/arch/evbarm/conf/std.hdl_g	Tue Jun 29 11:35:28 2021
@@ -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 @@ options 	ARM_INTR_IMPL="<arch/arm/xscale
 
 # We need to configure the PCI bus.
 options 	PCI_NETBSD_CONFIGURE
+
+options 	KERNEL_BASE_EXT=0xc0000000

Reply via email to