Add tips on debugging/disassembling kernel sources

This commit is contained in:
2025-02-27 23:32:05 +00:00
parent 9852cb14eb
commit 2915d0c879
2 changed files with 20 additions and 0 deletions
+4
View File
@@ -45,4 +45,8 @@ Alternatively, you may disable using a UEFI firmware with qemu like so:
USE_LEGACY_BIOS=1 cargo run
```
## Debugging
See [debugging](docs/Debugging/DEBUGGING.md) for some help with this, including commands to help with disassembly.
If you have any other issues, feel free to create an issue or a PR.