thermosphere: start exception handling

This commit is contained in:
TuxSH
2019-07-22 01:04:53 +02:00
parent ada6b180cc
commit 4e0eef2784
7 changed files with 219 additions and 87 deletions

View File

@@ -135,9 +135,11 @@ SECTIONS
__end__ = ABSOLUTE(.);
} >main
. = ALIGN(0x1000);
__end__ = ABSOLUTE(.) ;
__stacks_top__ = ABSOLUTE(. + 0x1000);
__stacks_top__ = ABSOLUTE(. + 0x2000);
__excep_stacks_top__ = ABSOLUTE(. + 0x4000); /* Note: potentially overwrites warmboot firmware. */
. = ALIGN(8);