kern: Implement most of memory init (all cores hit main, but still more to do)
1 parent b2e522c commit e7dee2a9fcc8ec52dd84e96a821cda64730ebad7
@Michael Scire Michael Scire authored on 29 Jan 2020
Showing 22 changed files
View
libraries/config/common.mk
View
libraries/libmesosphere/include/mesosphere.hpp
View
libraries/libmesosphere/include/mesosphere/arch/arm64/init/kern_k_init_page_table.hpp
View
libraries/libmesosphere/include/mesosphere/arch/arm64/kern_cpu.hpp
View
libraries/libmesosphere/include/mesosphere/arch/arm64/kern_cpu_system_registers.hpp
View
libraries/libmesosphere/include/mesosphere/board/nintendo/switch/kern_k_system_control.hpp
View
libraries/libmesosphere/include/mesosphere/init/kern_init_arguments_select.hpp
View
libraries/libmesosphere/include/mesosphere/kern_k_memory_layout.hpp 0 → 100644
View
libraries/libmesosphere/include/mesosphere/kern_main.hpp 0 → 100644
View
libraries/libmesosphere/include/mesosphere/kern_panic.hpp
View
libraries/libmesosphere/source/arch/arm64/kern_cpu.cpp
View
libraries/libmesosphere/source/board/nintendo/switch/kern_k_memory_layout.board.nintendo_switch.cpp 0 → 100644
View
libraries/libmesosphere/source/board/nintendo/switch/kern_k_system_control.cpp
View
libraries/libmesosphere/source/board/nintendo/switch/kern_secure_monitor.cpp
View
libraries/libmesosphere/source/board/nintendo/switch/kern_secure_monitor.hpp
View
libraries/libmesosphere/source/kern_k_memory_layout.cpp 0 → 100644
View
libraries/libmesosphere/source/kern_main.cpp 0 → 100644
View
libraries/libvapours/include/vapours/includes.hpp
View
libraries/libvapours/include/vapours/util/util_intrusive_red_black_tree.hpp
View
mesosphere/kernel/source/arch/arm64/init/kern_init_core.cpp
View
mesosphere/kernel_ldr/source/arch/arm64/start.s
View
mesosphere/kernel_ldr/source/kern_init_loader.cpp