Debugging helper changes

This commit is contained in:
Justin C. Miller
2018-03-22 18:37:18 -07:00
parent 47ebdc7f41
commit b5c579fe0d
2 changed files with 15 additions and 5 deletions

8
.gdbinit Normal file
View File

@@ -0,0 +1,8 @@
set architecture i386:x86-64
symbol-file build/kernel.elf.sym
target remote localhost:1234
break kernel_main
continue
disconnect
set architecture i386:x86-64
target remote localhost:1234