mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-13 06:34:23 -04:00
kern: begin skeletoning page table types
This commit is contained in:
parent
3284656aad
commit
50b8189e7f
17 changed files with 599 additions and 2 deletions
|
@ -74,8 +74,8 @@ namespace ams::kern {
|
|||
|
||||
/* Initialize the supervisor page table for each core. */
|
||||
DoOnEachCoreInOrder(core_id, [=]() ALWAYS_INLINE_LAMBDA {
|
||||
MESOSPHERE_TODO("KPageTable::Initialize();");
|
||||
MESOSPHERE_TODO("Kernel::GetSupervisorPageTable().Initialize();");
|
||||
KPageTable::Initialize(core_id);
|
||||
Kernel::GetKernelPageTable().Initialize(core_id);
|
||||
});
|
||||
|
||||
/* Set ttbr0 for each core. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue