From 89cbe5957b01daf71baeceb4e16d7a98560b2b54 Mon Sep 17 00:00:00 2001 From: apio Date: Wed, 12 Oct 2022 10:17:49 +0200 Subject: [PATCH] Update .gdbconf to point to the non-stripped kernel executable --- .gdbconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gdbconf b/.gdbconf index 76713d3c..d03031b8 100644 --- a/.gdbconf +++ b/.gdbconf @@ -1,4 +1,4 @@ -file initrd/boot/moon.elf +file kernel/bin/moon.elf break _start target remote :1234 continue \ No newline at end of file