summaryrefslogtreecommitdiff
path: root/.gdbinit
diff options
context:
space:
mode:
authordzwdz2021-06-25 12:30:07 +0200
committerdzwdz2021-06-25 12:30:07 +0200
commit174cf436480efe690f72d64c9ecd16b7af4d1f0e (patch)
treee8a6634a566492f3e511a2dd8c68870a665ba7a1 /.gdbinit
parentfde20f86f5be5a39fd3eadf95ba71761d173e0ce (diff)
setting up the GDT
Diffstat (limited to '.gdbinit')
-rw-r--r--.gdbinit2
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