Skip to content

Instantly share code, notes, and snippets.

@sguzman
Last active January 19, 2021 18:08
Show Gist options
  • Save sguzman/85bdf0f9a2625e2d4e3c2f6e02b23a39 to your computer and use it in GitHub Desktop.
Save sguzman/85bdf0f9a2625e2d4e3c2f6e02b23a39 to your computer and use it in GitHub Desktop.
Run Redox OS in qemu
#!/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
@dmilith
Copy link

dmilith commented Jan 19, 2021

Yeah, this thing just hangs.

@sguzman
Copy link
Author

sguzman commented Jan 19, 2021

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