diff options
author | dzwdz | 2021-06-25 12:30:07 +0200 |
---|---|---|
committer | dzwdz | 2021-06-25 12:30:07 +0200 |
commit | 174cf436480efe690f72d64c9ecd16b7af4d1f0e (patch) | |
tree | e8a6634a566492f3e511a2dd8c68870a665ba7a1 /.gdbinit | |
parent | fde20f86f5be5a39fd3eadf95ba71761d173e0ce (diff) |
setting up the GDT
Diffstat (limited to '.gdbinit')
-rw-r--r-- | .gdbinit | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gdbinit b/.gdbinit new file mode 100644 index 0000000..4455986 --- /dev/null +++ b/.gdbinit @@ -0,0 +1,2 @@ +file kernel.bin +target remote localhost:1234 |