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

@@ -1,5 +1,5 @@
MEMORY
{
NULL : ORIGIN = 0, LENGTH = 0x1000
main : ORIGIN = 0x80000000, LENGTH = 0xD000 - 0x1000 /* 0x1000 for stacks. */
main : ORIGIN = 0x80000000, LENGTH = 0xD000 - 0x2000 /* 0x2000 for stacks. */
}