mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-02-12 16:54:41 +01:00
5 lines
155 B
Plaintext
5 lines
155 B
Plaintext
|
MEMORY
|
||
|
{
|
||
|
NULL : ORIGIN = 0, LENGTH = 0x1000
|
||
|
main : ORIGIN = 0x60000000, LENGTH = 128M /* QEMU's memory map changes dynamically? */
|
||
|
}
|