Add simple stacktrace logging

This commit is contained in:
Sam Tebbs 2019-11-02 02:18:02 +00:00
parent 9d52e08ea7
commit f0161f0ec9
10 changed files with 477 additions and 14 deletions

View file

@ -3,5 +3,6 @@ set default=0
menuentry "pluto" {
multiboot /boot/pluto.elf
module /modules/kernel.map kernel.map
boot
}