mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2024-11-16 15:49:23 +01:00
[Loader] Adjusting the memory mapping
This commit is contained in:
parent
721f739db6
commit
38856c5916
@ -55,7 +55,7 @@ const memory_values_t mem_vals_heap[] = {
|
|||||||
{0x28000000 + 0x00E40000, 0x28000000 + 0x00EC0000}, // size: 512 kB
|
{0x28000000 + 0x00E40000, 0x28000000 + 0x00EC0000}, // size: 512 kB
|
||||||
{0x28000000 + 0x00EE0000, 0x28000000 + 0x00F60000}, // size: 512 kB
|
{0x28000000 + 0x00EE0000, 0x28000000 + 0x00F60000}, // size: 512 kB
|
||||||
{0x28000000 + 0x00FA0000, 0x28000000 + 0x01020000}, // size: 512 kB
|
{0x28000000 + 0x00FA0000, 0x28000000 + 0x01020000}, // size: 512 kB
|
||||||
{0x28000000 + 0x01040000, 0x28000000 + 0x013C0000}, // size: 3584 kB
|
{0x28000000 + 0x01040000, 0x28000000 + 0x013A0000}, // size: 3456 kB
|
||||||
{0x28000000 + 0x02060000, 0x28000000 + 0x021A0000}, // size: 1280 kB
|
{0x28000000 + 0x02060000, 0x28000000 + 0x021A0000}, // size: 1280 kB
|
||||||
{0x28000000 + 0x02BC0000, 0x28000000 + 0x02CA0000}, // size: 896 kB
|
{0x28000000 + 0x02BC0000, 0x28000000 + 0x02CA0000}, // size: 896 kB
|
||||||
{0x28000000 + 0x04B60000, 0x28000000 + 0x04B80000}, // size: 128 kB
|
{0x28000000 + 0x04B60000, 0x28000000 + 0x04B80000}, // size: 128 kB
|
||||||
@ -76,6 +76,8 @@ const memory_values_t mem_vals_heap[] = {
|
|||||||
// Used in notifications {0x28000000 + 0x04B80000, 0x28000000 + 0x051E0000}, // size: 6528 kB
|
// Used in notifications {0x28000000 + 0x04B80000, 0x28000000 + 0x051E0000}, // size: 6528 kB
|
||||||
// {0x28000000 + 0x08F20000, 0x28000000 + 0x09000000}, // size: 896 kB
|
// {0x28000000 + 0x08F20000, 0x28000000 + 0x09000000}, // size: 896 kB
|
||||||
|
|
||||||
|
// {0x28000000 + 0x013A0000, 0x28000000 + 0x013C0000}, // size: 128 kB
|
||||||
|
|
||||||
// Porting to other/newer firmware:
|
// Porting to other/newer firmware:
|
||||||
// Map this to check for free regions.
|
// Map this to check for free regions.
|
||||||
// Use MemoryMapper::testFreeMemory() to see regions with are 0x00000000;
|
// Use MemoryMapper::testFreeMemory() to see regions with are 0x00000000;
|
||||||
|
Loading…
Reference in New Issue
Block a user