From 35749c097fc41f2664e6638a8f42d9e3af534062 Mon Sep 17 00:00:00 2001 From: Ruslan Isaev Date: Thu, 10 Apr 2025 21:38:01 +0300 Subject: [PATCH] add debug target to makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 43a2b54..8b66f97 100644 --- a/Makefile +++ b/Makefile @@ -51,6 +51,9 @@ test: qemu-system-i386 -drive file=boot.iso,media=disk,format=raw -m 512M -d int #qemu-system-i386 -s -S -kernel myos.bin +debug: + qemu-system-i386 -s -S -kernel myos.bin + test-bochs: bochs -f bochsrc