vesper/nucleus
Berkus Decker d85d824bfd Switch on MMU immediately to avoid unaligned access
Since enabling armv6 unaligned access bit U in CP15 C1
requires AArch32 assembly and I don't want to introduce
yet another boot stub, I'll just initialize MMU right away
- this causes CPU to treat SCTLR_EL1.A differently and not
cause any alignment faults.

In the future, a small AArch32 boot stub that uses
now commented out fn enable_armv6_unaligned_access()
should be used to set U=1 and A=0 for full unaligned
access even when MMU is off. See ARM documentation
linked from that fn.
2020-11-20 03:09:43 +02:00
..
src Switch on MMU immediately to avoid unaligned access 2020-11-20 03:09:43 +02:00
Cargo.toml Disable alignment checks right on boot 2020-11-14 17:33:43 +02:00
Makefile.toml Add qemu-gdb target 2020-11-14 17:59:50 +02:00