Adding gdb init and adjusting some of the build automation steps

This commit is contained in:
2023-10-27 18:03:45 +02:00
parent 2970806705
commit 04470edcc6
5 changed files with 15 additions and 4 deletions

View File

@ -1,3 +1,4 @@
#!/bin/bash
objcopy --only-keep-debug build/kernel/myos.bin kernel.sym
echo "creating symbols file"
echo $(pwd)
objcopy --only-keep-debug root/boot/myos.bin kernel.sym