Cosmos/Build/Run QEMU Manually for IDA.bat
kudzu_cp 04a8f1d6ec
2010-04-04 23:22:35 +00:00

6 lines
308 B
Batchfile

@REM qemu\qemu.exe -L . -cdrom \source\Cosmos\source2\Users\Kudzu\Breakpoints\bin\Debug\CosmosKernel.iso -boot d -S -s \source\Cosmos\Build\Tools\qemu\
cd tools\qemu
qemu -S -s -L \source\Cosmos\Build\Tools\qemu\ -cdrom \source\Cosmos\source2\Users\Kudzu\Breakpoints\bin\Debug\CosmosKernel.iso
pause