From: chaoskagami Date: Sun, 14 Aug 2016 15:11:32 +0000 (-0400) Subject: Grab a few changes from upstream X-Git-Tag: v0.3.0~61 X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=2a27f51df0466a55a69ad14bdd740825b48ea591;p=corbenik%2Fcorbenik.git Grab a few changes from upstream --- diff --git a/source/start.s b/source/start.s index 6593805..3d32ba9 100644 --- a/source/start.s +++ b/source/start.s @@ -87,7 +87,7 @@ init: mcr p15, 0, r5, c6, c5, 0 mcr p15, 0, r6, c6, c6, 0 mcr p15, 0, r7, c6, c7, 0 - mov r0, #0xA5 // FIXME which sections does this do... stuff to? + mov r0, #0b10101001 // FIXME which sections does this do... stuff to? mcr p15, 0, r0, c2, c0, 0 // data cacheable mcr p15, 0, r0, c2, c0, 1 // instruction cacheable mcr p15, 0, r0, c3, c0, 0 // data bufferable