Skip to content

Commit

Permalink
Add simple command to run qemu and trigger bug
Browse files Browse the repository at this point in the history
  • Loading branch information
fintelia committed Oct 24, 2019
1 parent eb53c8e commit 6b49f8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
qemu-system-x86_64 -kernel o.qemu/kernel.elf -cpu qemu64,+fsgsbase -serial mon:stdio -nographic -device sga -device ahci,id=ahci0 -drive if=none,file=o.qemu/fs.img,format=raw,id=drive-sata0-0-0 -device ide-drive,bus=ahci0.0,drive=drive-sata0-0-0,id=sata0-0-0 -enable-kvm

0 comments on commit 6b49f8f

Please sign in to comment.