Stack trace with double linking to get symbol names

This commit is contained in:
2026-02-21 19:28:17 +01:00
parent 4cf4fb0dda
commit 9470dedb61
9 changed files with 875 additions and 23 deletions

View File

@@ -2,7 +2,7 @@
## Trying the kernel
First install the dependencies: `sudo apt install xorriso make qemu-system`
First install the dependencies: `sudo apt install python3 xorriso make qemu-system`
Then, to compile the kernel and make an ISO image file: `make build-iso`
To run it with QEMU, `make run`