forked from mikeyusc/ScorchOS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
39 changed files
with
4,942 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# ScorchOS Testing Script (Linux) - Requires Qemu (and additional kvm-pxe in Ubuntu Lucid) | ||
# Copyright (C) 2008-2011 ScorchOS Developers | ||
# For Terms see license.txt | ||
#VBoxManage startvm "Test OS" | ||
|
||
qemu-system-i386 -fda disk_images/scorch.img -m 256 | ||
sudo qemu-system-i386 -fda disk_images/scorch.img -m 256 -monitor stdio -netdev tap,id=mynet0,script=tap-up,downscript=tap-down -net nic,model=rtl8139,netdev=mynet0 -usb -device ahci,id=ahci0 -drive if=none,file=/Users/mike/ScorchOS/disk_images/hd.raw,format=raw,id=drive-sata0-0-0 -device ide-drive,bus=ahci0.0,drive=drive-sata0-0-0,id=sata0-0-0 -boot order=ac |
Oops, something went wrong.