thermosphere: sysreg stuff, continued

This commit is contained in:
TuxSH 2019-07-26 23:06:34 +02:00
parent 9af9408feb
commit 3009438e54
4 changed files with 93 additions and 18 deletions

View file

@ -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);