mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-15 07:34:23 -04:00
kern: skeleton initial process loading
This commit is contained in:
parent
30d6b359f9
commit
cbc73f4407
7 changed files with 465 additions and 1 deletions
|
@ -116,7 +116,8 @@ namespace ams::kern {
|
|||
/* Initialize the SMMU. */
|
||||
KDeviceAddressSpace::Initialize();
|
||||
|
||||
MESOSPHERE_TODO("CreateAndRunInitialProcesses();");
|
||||
/* Load the initial processes. */
|
||||
CreateAndRunInitialProcesses();
|
||||
|
||||
/* We're done initializing! */
|
||||
Kernel::SetState(Kernel::State::Initialized);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue