mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-20 21:08:51 +00:00
This commit is contained in:
parent
97f8349dd7
commit
ba9e31ea1c
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue