mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-20 21:08:51 +00:00
6 lines
276 B
Batchfile
6 lines
276 B
Batchfile
del cosmos.iso
|
|
attrib files\boot\grub\stage2_eltorito -r
|
|
..\..\Tools\mkisofs\mkisofs -R -b boot/grub/stage2_eltorito -no-emul-boot -boot-load-size 4 -boot-info-table -o Cosmos.iso files
|
|
pause
|
|
..\..\tools\qemu\qemu.exe -L ..\..\tools\qemu -cdrom Cosmos.iso -boot d
|
|
pause
|