fs.mitm: WIP LayeredFS impl (NOTE: UNUSABLE ATM)

Also greatly refactors libstratosphere, and does a lot of other things.
There is a lot of code in this one.
This commit is contained in:
Michael Scire
2018-06-14 17:50:01 -06:00
parent 82b248aeac
commit c2d9ac8f5c
56 changed files with 1615 additions and 243 deletions

View File

@@ -1,12 +1,12 @@
{
"name" : "fs.mitm",
"title_id" : "0x010041544D530000",
"main_thread_stack_size" : "0x8000",
"main_thread_priority": 44,
"main_thread_stack_size" : "0x20000",
"main_thread_priority": 43,
"default_cpu_id": 3,
"process_category" : 1,
"kernel_capabilities" : {
"handle_table_size" : 256,
"handle_table_size" : 512,
"syscalls": {
"svcSetHeapSize": "0x01",
"svcSetMemoryPermission": "0x02",