Skip to content
This repository has been archived by the owner on Dec 29, 2018. It is now read-only.

Commit

Permalink
Including bochs run script (run.sh), moved Dux.iso to iso/
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Markwell committed Dec 20, 2009
1 parent 11cf941 commit 12f034e
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ Export('env', 'arch', 'buildtype', 'distreq')

SConscript('src/SConscript')

env.Iso('Dux.iso', distreq)
env.Iso('iso/Dux.iso', distreq)
3 changes: 3 additions & 0 deletions iso/bochsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
boot: cdrom
ata0-master: type=cdrom, path=Dux.iso, status=inserted

3 changes: 2 additions & 1 deletion makeiso.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,5 @@ echo "title Metodo Dux with Userland and initrd" >> isofs/boot/grub/menu.lst
echo "kernel /System/metodo.exe" >> isofs/boot/grub/menu.lst
echo "module /System/userland.exe" >> isofs/boot/grub/menu.lst
echo "module /System/initrd.img" >> isofs/boot/grub/menu.lst
$isocmd -R -b boot/grub/stage2_eltorito -no-emul-boot -boot-load-size 4 -boot-info-table -input-charset utf-8 -o Dux.iso isofs
mkdir -p iso
$isocmd -R -b boot/grub/stage2_eltorito -no-emul-boot -boot-load-size 4 -boot-info-table -input-charset utf-8 -o iso/Dux.iso isofs
5 changes: 5 additions & 0 deletions run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh

cd iso
bochs -q

Binary file modified tools/initrd/initrd.img
Binary file not shown.

0 comments on commit 12f034e

Please sign in to comment.