Add a stack canary, setup on boot

This commit is contained in:
Toby Jaffey 2025-12-10 01:00:36 +00:00
parent 9596838a4b
commit 9baedb42e8
21 changed files with 61 additions and 16 deletions

View file

@ -78,8 +78,9 @@ SECTIONS
_sstack = .;
}
*/
/* _sstack = .;*/
.stack : ALIGN( 16 ) {
_estack = .;
}
}