[scripts] Add symbol table building script

Create a script that builds a simple-to-read symbol table from the
output of `nm`. Include running that script over the kernel in the
build, and including that output in the initrd.

Tags: callstack debugging
This commit is contained in:
2020-08-06 21:11:19 -07:00
parent 55bc49598e
commit e7f9d8f1d7
3 changed files with 84 additions and 1 deletions

View File

@@ -12,6 +12,10 @@
dest = "screenfont.psf"
source = "../assets/fonts/tamsyn8x16r.psf"
[[files]]
dest = "symbol_table.dat"
source = "symbol_table.dat"
[[files]]
dest = "nulldrv1"
source = "user/nulldrv"