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

7
.gdbinit Normal file
View File

@ -0,0 +1,7 @@
target remote localhost:1234
file root/boot/myos.bin
symbol-file kernel.sym
break prekernel/prekernel.cpp:18
continue