mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-15 23:54:24 -04:00
kern: skeleton enough types to init KCoreLocalRegion in main()
This commit is contained in:
parent
ad0d2faa6c
commit
981bb1f15d
24 changed files with 1066 additions and 33 deletions
|
@ -37,9 +37,13 @@
|
|||
#include "mesosphere/kern_k_memory_layout.hpp"
|
||||
|
||||
/* Core functionality. */
|
||||
#include "mesosphere/kern_select_interrupts.hpp"
|
||||
#include "mesosphere/kern_select_interrupt_manager.hpp"
|
||||
#include "mesosphere/kern_k_spin_lock.hpp"
|
||||
#include "mesosphere/kern_k_page_heap.hpp"
|
||||
#include "mesosphere/kern_k_memory_manager.hpp"
|
||||
#include "mesosphere/kern_k_interrupt_task_manager.hpp"
|
||||
#include "mesosphere/kern_k_core_local_region.hpp"
|
||||
#include "mesosphere/kern_kernel.hpp"
|
||||
|
||||
/* Supervisor Calls. */
|
||||
#include "mesosphere/kern_svc.hpp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue