mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-31 23:08:22 -04:00
thermosphere: sysreg stuff, continued
This commit is contained in:
parent
9af9408feb
commit
3009438e54
4 changed files with 93 additions and 18 deletions
|
@ -138,8 +138,8 @@ SECTIONS
|
|||
. = ALIGN(0x1000);
|
||||
__end__ = ABSOLUTE(.) ;
|
||||
|
||||
__stacks_top__ = ABSOLUTE(. + 0x2000);
|
||||
__excep_stacks_top__ = ABSOLUTE(. + 0x4000); /* Note: potentially overwrites warmboot firmware. */
|
||||
__stacks_top__ = ABSOLUTE(. + 0x1000);
|
||||
__excep_stacks_top__ = ABSOLUTE(. + 0x2000); /* Note: potentially overwrites warmboot firmware. */
|
||||
|
||||
. = ALIGN(8);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue