mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-08 13:11:49 +00:00
6 lines
202 B
Text
6 lines
202 B
Text
MEMORY
|
|
{
|
|
NULL : ORIGIN = 0, LENGTH = 0x1000
|
|
main : ORIGIN = 0x60000000, LENGTH = 64M /* QEMU's memory map changes dynamically? */
|
|
temp : ORIGIN = 0x64000000, LENGTH = 64M
|
|
}
|