Atmosphere/mesosphere/kernel_ldr
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
..
source kernel_ldr: use unoptimized memcpy before mmu bringup (closes #1102) 2020-08-02 14:40:28 -07:00
kernel_ldr.ld meso: discard .interp section 2020-01-24 02:11:25 -08:00
kernel_ldr.specs kernelldr: skeleton build system in prep for dev 2019-12-31 00:46:09 -08:00
Makefile kernel_ldr: Explicitly reserve space for bss section in output .bin 2019-12-31 00:46:09 -08:00