Last active
January 19, 2021 18:08
-
-
Save sguzman/85bdf0f9a2625e2d4e3c2f6e02b23a39 to your computer and use it in GitHub Desktop.
Run Redox OS in qemu
This file contains hidden or 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
#!/bin/bash | |
# broken for now - just hangs | |
#qemu-system-x86_64 -serial mon:stdio -d cpu_reset -d guest_errors -smp 4 -m 1024 -s -machine q35 -device ich9-intel-hda -device hda-duplex -net nic,model=e1000 -net user -device nec-usb-xhci,id=xhci -device usb-tablet,bus=xhci.0 -cpu qemu64 -drive file=harddrive.bin,format=raw |
its been a while since i was playing with redox but yea i remember this hanging as well. i had a working version of this script but i forgot it lol. ill update it if i remember it
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yeah, this thing just hangs.