diff --git a/.gdbinit b/.gdbinit
new file mode 100644
index 0000000000000000000000000000000000000000..2b03ba25f314a5e45b8000edc5be750312b0941a
--- /dev/null
+++ b/.gdbinit
@@ -0,0 +1,6 @@
+# For debugging the minimal binary
+target extended-remote localhost:1234
+file nothing.elf
+break _reset
+layout asm
+layout regs
\ No newline at end of file