mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-27 21:24:11 -04:00
kern: implement enough of KPageTable to initialize a thread
This commit is contained in:
parent
c6d1579265
commit
8c93eb5712
31 changed files with 1475 additions and 270 deletions
|
@ -35,7 +35,7 @@ namespace ams::kern::svc {
|
|||
/* 103 */ using ::ams::svc::ResultOutOfResource;
|
||||
/* 104 */ using ::ams::svc::ResultOutOfMemory;
|
||||
/* 105 */ using ::ams::svc::ResultOutOfHandles;
|
||||
/* 106 */ using ::ams::svc::ResultInvalidCurrentMemoryState;
|
||||
/* 106 */ using ::ams::svc::ResultInvalidCurrentMemory;
|
||||
|
||||
/* 108 */ using ::ams::svc::ResultInvalidNewMemoryPermissions;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue