Author: andrew
Date: Sat Apr 11 20:44:21 2015
New Revision: 281443
URL: https://svnweb.freebsd.org/changeset/base/281443

Log:
  Change the virtual address used to not be 0xc0000000, the arm loader
  doesn't handle this address.

Modified:
  head/sys/arm/qemu/std.virt

Modified: head/sys/arm/qemu/std.virt
==============================================================================
--- head/sys/arm/qemu/std.virt  Sat Apr 11 18:51:41 2015        (r281442)
+++ head/sys/arm/qemu/std.virt  Sat Apr 11 20:44:21 2015        (r281443)
@@ -5,8 +5,8 @@ makeoptions     CONF_CFLAGS="-march=armv7a"
 makeoptions    ARM_LITTLE_ENDIAN
 options                ARM_L2_PIPT
 
-options                KERNVIRTADDR            = 0xc0000000
-makeoptions    KERNVIRTADDR            = 0xc0000000
+options        KERNVIRTADDR            = 0xc1000000
+makeoptions    KERNVIRTADDR            = 0xc1000000
 
 options                IPI_IRQ_START=0
 options                IPI_IRQ_END=15
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to