mirror of
https://github.com/switchbrew/nx-hbloader.git
synced 2025-06-21 05:22:40 +02:00
hbl: grant read access to ktrace buffer (#36)
Also grant access to svcQueryIoMapping & hint it as available
This commit is contained in:
parent
e2b8f0c5b3
commit
723c09d7ab
10
hbl.json
10
hbl.json
@ -119,6 +119,7 @@
|
|||||||
"svcCreateSharedMemory": "0x50",
|
"svcCreateSharedMemory": "0x50",
|
||||||
"svcMapTransferMemory": "0x51",
|
"svcMapTransferMemory": "0x51",
|
||||||
"svcUnmapTransferMemory": "0x52",
|
"svcUnmapTransferMemory": "0x52",
|
||||||
|
"svcQueryIoMapping": "0x55",
|
||||||
"svcDebugActiveProcess": "0x60",
|
"svcDebugActiveProcess": "0x60",
|
||||||
"svcBreakDebugProcess": "0x61",
|
"svcBreakDebugProcess": "0x61",
|
||||||
"svcTerminateDebugProcess": "0x62",
|
"svcTerminateDebugProcess": "0x62",
|
||||||
@ -162,6 +163,15 @@
|
|||||||
"allow_debug": true,
|
"allow_debug": true,
|
||||||
"force_debug": true
|
"force_debug": true
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "map_region",
|
||||||
|
"value": [
|
||||||
|
{
|
||||||
|
"region_type": 1,
|
||||||
|
"is_ro": true
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -452,7 +452,7 @@ void loadNro(void)
|
|||||||
{ EntryType_Argv, 0, {0, 0} },
|
{ EntryType_Argv, 0, {0, 0} },
|
||||||
{ EntryType_NextLoadPath, 0, {0, 0} },
|
{ EntryType_NextLoadPath, 0, {0, 0} },
|
||||||
{ EntryType_LastLoadResult, 0, {0, 0} },
|
{ EntryType_LastLoadResult, 0, {0, 0} },
|
||||||
{ EntryType_SyscallAvailableHint, 0, {0xffffffffffffffff, 0x9fc9fff0007ffff} },
|
{ EntryType_SyscallAvailableHint, 0, {0xffffffffffffffff, 0x9fc9fff0027ffff} },
|
||||||
{ EntryType_RandomSeed, 0, {0, 0} },
|
{ EntryType_RandomSeed, 0, {0, 0} },
|
||||||
{ EntryType_UserIdStorage, 0, {(u64)(uintptr_t)&g_userIdStorage, 0} },
|
{ EntryType_UserIdStorage, 0, {(u64)(uintptr_t)&g_userIdStorage, 0} },
|
||||||
{ EntryType_HosVersion, 0, {0, 0} },
|
{ EntryType_HosVersion, 0, {0, 0} },
|
||||||
|
Loading…
Reference in New Issue
Block a user