thermosphere: start exception handling
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user