mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-15 07:34:23 -04:00
exo: reserve a portion of iram for secure monitor debug (including code)
This commit is contained in:
parent
43ef260c66
commit
72f83ea43e
5 changed files with 34 additions and 11 deletions
|
@ -26,7 +26,7 @@ namespace ams::boot {
|
|||
constexpr uintptr_t IramBase = 0x40000000ull;
|
||||
constexpr uintptr_t IramPayloadBase = 0x40010000ull;
|
||||
constexpr size_t IramSize = 0x40000;
|
||||
constexpr size_t IramPayloadMaxSize = 0x2E000;
|
||||
constexpr size_t IramPayloadMaxSize = 0x20000;
|
||||
|
||||
/* Globals. */
|
||||
alignas(os::MemoryPageSize) u8 g_work_page[os::MemoryPageSize];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue