mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-11 18:51:41 +00:00
ISO auto boot
This commit is contained in:
parent
4a61b08b45
commit
58e089a2fc
4 changed files with 10 additions and 0 deletions
5
source/ISO/Build.bat
Normal file
5
source/ISO/Build.bat
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
del cosmos.iso
|
||||
..\..\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
|
||||
5
source/ISO/Files/boot/grub/menu.lst
Normal file
5
source/ISO/Files/boot/grub/menu.lst
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
default 0
|
||||
timeout 0
|
||||
# Cosmos
|
||||
title Cosmos
|
||||
kernel /output.obj
|
||||
BIN
source/ISO/Files/boot/grub/stage2_eltorito
Normal file
BIN
source/ISO/Files/boot/grub/stage2_eltorito
Normal file
Binary file not shown.
BIN
source/ISO/Files/output.obj
Normal file
BIN
source/ISO/Files/output.obj
Normal file
Binary file not shown.
Loading…
Reference in a new issue