This commit is contained in:
kudzu_cp 2007-11-21 08:57:51 +00:00
parent 97f8349dd7
commit ba9e31ea1c

View file

@ -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