mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-02-13 01:04:38 +01:00
5 lines
144 B
Plaintext
5 lines
144 B
Plaintext
|
MEMORY
|
||
|
{
|
||
|
NULL : ORIGIN = 0, LENGTH = 0x1000
|
||
|
main : ORIGIN = 0x80000000, LENGTH = 0xD000 - 0x1000 /* 0x1000 for stacks. */
|
||
|
}
|