diff --git a/Build/Cosmos/ISO/Build.bat b/Build/Cosmos/ISO/Build.bat index 5d82f64cc..0f90c0979 100644 --- a/Build/Cosmos/ISO/Build.bat +++ b/Build/Cosmos/ISO/Build.bat @@ -1,7 +1,8 @@ @rem call msbuild3_5 d:\dotnet\il2asm\repos\source\IL2CPU.sln @REM ----------- Compile with IL2CPU -..\..\..\source\il2cpu\bin\debug\il2cpu.exe -in:..\..\..\source\Cosmos\Cosmos.Shell.Console\bin\debug\Cosmos.Shell.Console.exe -plug:..\..\..\source\Cosmos\Cosmos.Kernel.Plugs\bin\debug\Cosmos.Kernel.Plugs.dll -out:Files\output.obj -platform:nativex86 -asm:output.asm +del output.asm +..\..\..\source\il2cpu\bin\debug\il2cpu.exe -metal -in:..\..\..\source\Cosmos\Cosmos.Shell.Console\bin\debug\Cosmos.Shell.Console.exe -plug:..\..\..\source\Cosmos\Cosmos.Kernel.Plugs\bin\debug\Cosmos.Kernel.Plugs.dll -out:Files\output.obj -platform:nativex86 -asm:output.asm pause @REM ----------- Build ISO @@ -11,5 +12,6 @@ attrib files\boot\grub\stage2_eltorito -r pause @REM ----------- Start QEMU -..\..\..\tools\qemu\qemu.exe -L ..\..\tools\qemu -cdrom Cosmos.iso -boot d +cd ..\..\..\tools\qemu\ +qemu.exe -L . -cdrom ..\..\build\Cosmos\ISO\Cosmos.iso -boot d pause