From 4cef109e90e3dd099e7eabac830185f561e53be2 Mon Sep 17 00:00:00 2001 From: Ruslan Isaev Date: Wed, 10 Dec 2025 23:48:06 +0300 Subject: [PATCH] add cdrom-debug makefile target --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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