|
kern: Implement most of memory init (all cores hit main, but still more to do)
|
|---|
|
|
| libraries/config/common.mk |
|---|
| libraries/libmesosphere/include/mesosphere.hpp |
|---|
| libraries/libmesosphere/include/mesosphere/arch/arm64/init/kern_k_init_page_table.hpp |
|---|
| libraries/libmesosphere/include/mesosphere/arch/arm64/kern_cpu.hpp |
|---|
| libraries/libmesosphere/include/mesosphere/arch/arm64/kern_cpu_system_registers.hpp |
|---|
| libraries/libmesosphere/include/mesosphere/board/nintendo/switch/kern_k_system_control.hpp |
|---|
| libraries/libmesosphere/include/mesosphere/init/kern_init_arguments_select.hpp |
|---|
| libraries/libmesosphere/include/mesosphere/kern_k_memory_layout.hpp 0 → 100644 |
|---|
| libraries/libmesosphere/include/mesosphere/kern_main.hpp 0 → 100644 |
|---|
| libraries/libmesosphere/include/mesosphere/kern_panic.hpp |
|---|
| libraries/libmesosphere/source/arch/arm64/kern_cpu.cpp |
|---|
| libraries/libmesosphere/source/board/nintendo/switch/kern_k_memory_layout.board.nintendo_switch.cpp 0 → 100644 |
|---|
| libraries/libmesosphere/source/board/nintendo/switch/kern_k_system_control.cpp |
|---|
| libraries/libmesosphere/source/board/nintendo/switch/kern_secure_monitor.cpp |
|---|
| libraries/libmesosphere/source/board/nintendo/switch/kern_secure_monitor.hpp |
|---|
| libraries/libmesosphere/source/kern_k_memory_layout.cpp 0 → 100644 |
|---|
| libraries/libmesosphere/source/kern_main.cpp 0 → 100644 |
|---|
| libraries/libvapours/include/vapours/includes.hpp |
|---|
| libraries/libvapours/include/vapours/util/util_intrusive_red_black_tree.hpp |
|---|
| mesosphere/kernel/source/arch/arm64/init/kern_init_core.cpp |
|---|
| mesosphere/kernel_ldr/source/arch/arm64/start.s |
|---|
| mesosphere/kernel_ldr/source/kern_init_loader.cpp |
|---|