add cdrom-debug makefile target
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user