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,6 +78,7 @@ void print_maze() {
}
}
void main(void) {
init_maze();
carve(1, 1);