diff options
author | dzwdz | 2022-10-02 18:47:51 +0200 |
---|---|---|
committer | dzwdz | 2022-10-02 18:47:51 +0200 |
commit | 503d9ff758f8b83295830bdfc8c2ea56837d25e5 (patch) | |
tree | 7f8217797adfaad0aedeeaa5374d35284408922b /.gdbinit | |
parent | a835fa4792fa2afd84d7e27bd242add06763db72 (diff) |
fix gdb support
Diffstat (limited to '.gdbinit')
-rw-r--r-- | .gdbinit | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,2 +1,2 @@ -file out/fs/boot/kernel.bin -target remote localhost:1234 +file out/fs/boot/kernel +target remote localhost:12366 |