From ba9e31ea1c439dec3eb2ddfc08f5ee41dd485f30 Mon Sep 17 00:00:00 2001 From: kudzu_cp <6d05c8c8ef5431987001abfdb2eadc9593ac9498> Date: Wed, 21 Nov 2007 08:57:51 +0000 Subject: [PATCH] --- Build/Cosmos/ISO/Build.bat | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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