mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-11-09 22:56:35 +00:00
Stratosphere: Add sm.json for elf2kip
This commit is contained in:
parent
ecf2517bd5
commit
86d9f51e8a
1 changed files with 71 additions and 0 deletions
71
stratosphere/sm/sm.json
Normal file
71
stratosphere/sm/sm.json
Normal file
|
@ -0,0 +1,71 @@
|
|||
{
|
||||
"name" : "sm",
|
||||
"title_id" : "0x0100000000000004",
|
||||
"main_thread_stack_size" : "0x1000",
|
||||
"main_thread_priority" : 27,
|
||||
"default_cpu_id" : 3,
|
||||
"process_category" : 1,
|
||||
"kernel_capabilities" : [
|
||||
{
|
||||
"type" : "handle_table_size",
|
||||
"value" : 512
|
||||
},
|
||||
{
|
||||
"type" : "syscalls",
|
||||
"value" : {
|
||||
"svcSetHeapSize" : 1,
|
||||
"svcSetMemoryPermission" : 2,
|
||||
"svcSetMemoryAttribute" : 3,
|
||||
"svcMapMemory" : 4,
|
||||
"svcUnmapMemory" : 5,
|
||||
"svcQueryMemory" : 6,
|
||||
"svcExitProcess" : 7,
|
||||
"svcCreateThread" : 8,
|
||||
"svcStartThread" : 9,
|
||||
"svcExitThread" : 10,
|
||||
"svcSleepThread" : 11,
|
||||
"svcGetThreadPriority" : 12,
|
||||
"svcSetThreadPriority" : 13,
|
||||
"svcGetThreadCoreMask" : 14,
|
||||
"svcSetThreadCoreMask" : 15,
|
||||
"svcGetCurrentProcessorNumber" : 16,
|
||||
"svcSignalEvent" : 17,
|
||||
"svcClearEvent" : 18,
|
||||
"svcMapSharedMemory" : 19,
|
||||
"svcUnmapSharedMemory" : 20,
|
||||
"svcCreateTransferMemory" : 21,
|
||||
"svcCloseHandle" : 22,
|
||||
"svcResetSignal" : 23,
|
||||
"svcWaitSynchronization" : 24,
|
||||
"svcCancelSynchronization" : 25,
|
||||
"svcArbitrateLock" : 26,
|
||||
"svcArbitrateUnlock" : 27,
|
||||
"svcWaitProcessWideKeyAtomic" : 28,
|
||||
"svcSignalProcessWideKey" : 29,
|
||||
"svcGetSystemTick" : 30,
|
||||
"svcConnectToNamedPort" : 31,
|
||||
"svcSendSyncRequestLight" : 32,
|
||||
"svcSendSyncRequest" : 33,
|
||||
"svcSendSyncRequestWithUserBuffer" : 34,
|
||||
"svcSendAsyncRequestWithUserBuffer" : 35,
|
||||
"svcGetProcessId" : 36,
|
||||
"svcGetThreadId" : 37,
|
||||
"svcBreak" : 38,
|
||||
"svcOutputDebugString" : 39,
|
||||
"svcReturnFromException" : 40,
|
||||
"svcGetInfo" : 41,
|
||||
"svcWaitForAddress" : 52,
|
||||
"svcSignalToAddress" : 53,
|
||||
"svcCreateSession" : 64,
|
||||
"svcAcceptSession" : 65,
|
||||
"svcReplyAndReceiveLight" : 66,
|
||||
"svcReplyAndReceive" : 67,
|
||||
"svcReplyAndReceiveWithUserBuffer" : 68,
|
||||
"svcGetMemoryInfo" : 111,
|
||||
"svcCreatePort" : 112,
|
||||
"svcManageNamedPort" : 113,
|
||||
"svcConnectToPort" : 114
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue