add debug target to makefile

This commit is contained in:
2025-04-10 21:38:54 +03:00
parent 65565dd4a6
commit 35749c097f
+3
View File
@@ -51,6 +51,9 @@ test:
qemu-system-i386 -drive file=boot.iso,media=disk,format=raw -m 512M -d int qemu-system-i386 -drive file=boot.iso,media=disk,format=raw -m 512M -d int
#qemu-system-i386 -s -S -kernel myos.bin #qemu-system-i386 -s -S -kernel myos.bin
debug:
qemu-system-i386 -s -S -kernel myos.bin
test-bochs: test-bochs:
bochs -f bochsrc bochs -f bochsrc