add cdrom-debug makefile target

This commit is contained in:
2025-12-10 23:50:28 +03:00
parent 3417fd7d13
commit 4cef109e90
+3
View File
@@ -78,6 +78,9 @@ test-cdrom:
cdrom: cdrom:
qemu-system-i386 -cdrom boot.iso -m 32M qemu-system-i386 -cdrom boot.iso -m 32M
cdrom-debug:
qemu-system-i386 -s -S -cdrom boot.iso -m 32M -monitor stdio
debug-cdrom: debug-cdrom:
qemu-system-i386 -s -S -cdrom boot.iso -m 4096M -monitor stdio qemu-system-i386 -s -S -cdrom boot.iso -m 4096M -monitor stdio