diff options
Diffstat (limited to 'dev/Boot')
| -rw-r--r-- | dev/Boot/gdbinit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/Boot/gdbinit b/dev/Boot/gdbinit index 34f779a3..9522f6e8 100644 --- a/dev/Boot/gdbinit +++ b/dev/Boot/gdbinit @@ -1,3 +1,3 @@ set disassemble-next-line on b Main -target remote : 3331 +target remote localhost:1234 |
