ISO auto boot

This commit is contained in:
kudzu_cp 2007-11-18 12:34:57 +00:00
parent 4a61b08b45
commit 58e089a2fc
4 changed files with 10 additions and 0 deletions

5
source/ISO/Build.bat Normal file
View 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

View file

@ -0,0 +1,5 @@
default 0
timeout 0
# Cosmos
title Cosmos
kernel /output.obj

Binary file not shown.

BIN
source/ISO/Files/output.obj Normal file

Binary file not shown.