-
Notifications
You must be signed in to change notification settings - Fork 3
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
15 changed files
with
160 additions
and
164 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
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
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,6 +1,10 @@ | ||
qemu-system-x86_64 \ | ||
-smp sockets=1,cores=2,threads=2,maxcpus=4 \ | ||
-bios OVMF.fd \ | ||
-m 1024 \ | ||
-vga std -global VGA.vgamem_mb=32 \ | ||
-net none \ | ||
-serial stdio \ | ||
-device sb16 -device intel-hda -device hda-micro \ | ||
-drive file=fat:rw:plos-efi,index=0,format=vvfat \ | ||
$* |
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,12 +1,12 @@ | ||
qemu-system-i386 \ | ||
-smp sockets=1,cores=4,threads=2,maxcpus=8 \ | ||
-smp sockets=1,cores=2,threads=2,maxcpus=4 \ | ||
-bios seabios.bin \ | ||
-vga std \ | ||
-m 256 \ | ||
-vga std -global VGA.vgamem_mb=32 \ | ||
-net nic,model=pcnet -net user \ | ||
-serial stdio \ | ||
-device sb16 -device intel-hda -device hda-micro \ | ||
-device floppy,drive=fda -drive id=fda,if=none,format=raw,file=disk.img \ | ||
-device ide-hd,drive=hda,bus=ide.0 -drive id=hda,if=none,format=raw,file=hd.img \ | ||
-boot a \ | ||
-m 256 \ | ||
$* |
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
Oops, something went wrong.