mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-15 00:16:48 +00:00
5 lines
144 B
Text
5 lines
144 B
Text
|
MEMORY
|
||
|
{
|
||
|
NULL : ORIGIN = 0, LENGTH = 0x1000
|
||
|
main : ORIGIN = 0x80000000, LENGTH = 0xD000 - 0x1000 /* 0x1000 for stacks. */
|
||
|
}
|