Atmosphere/mesosphere/kernel/source
Michael Scire 29358dc593 kernel_ldr: use unoptimized memcpy before mmu bringup (closes #1102)
Before the MMU is up, all reads/writes must be aligned; the optimized
memcpy implementation does not guarantee all reads/writes it performs
are aligned.

This commit splits the libc impl to be separate for kernel/kernel_ldr,
and so now only kernel will use the optimized impl. This is safe,
as the MMU is brought up before kernel begins executing.
2020-08-02 14:40:28 -07:00
..
arch/arm64 kern: fix dynamic calculation of slab heap size 2020-07-31 14:50:52 -07:00
libc kernel_ldr: use unoptimized memcpy before mmu bringup (closes #1102) 2020-08-02 14:40:28 -07:00
kern_kernel_instantiations.cpp Switch atmosphere's build target to C++20. (#952) 2020-05-11 15:02:10 -07:00