mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-29 22:22:40 +02: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? */
|
|
} |