thermosphere: sysreg stuff, continued

This commit is contained in:
TuxSH
2019-07-26 23:06:34 +02:00
parent 53785b2281
commit df38a00b86
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);