diff --git a/Makefile b/Makefile index 6607f47..13ec643 100644 --- a/Makefile +++ b/Makefile @@ -78,6 +78,9 @@ test-cdrom: cdrom: qemu-system-i386 -cdrom boot.iso -m 32M +cdrom-debug: + qemu-system-i386 -s -S -cdrom boot.iso -m 32M -monitor stdio + debug-cdrom: qemu-system-i386 -s -S -cdrom boot.iso -m 4096M -monitor stdio