Sleep before opening GDB to allow it to connect reliably

This commit is contained in:
Quinten Kock 2020-12-08 01:37:19 +01:00
parent fb71a09ec4
commit eb42be6dc4
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ bochs: $(KERNEL_HDD) ext/bochsrc
rm bochsout.txt
gdb:
QEMUFLAGS="-s -S" $(MAKE) run & gdb -x ext/gdbinit
QEMUFLAGS="-s -S" $(MAKE) run & (sleep 1; gdb -x ext/gdbinit)
ext/limine/limine-install:
$(MAKE) -C ext/limine/ limine-install