-
-
Notifications
You must be signed in to change notification settings - Fork 600
Open
Labels
new-osRequest to add a new OS to quicketRequest to add a new OS to quicket
Description
Redox OS is a rust based operating system.
The steps to run on a VM is documented here:
https://doc.redox-os.org/book/ch02-01-running-vm.html
The bootable images for Redox 0.8.0 are located here. To try Redox using a virtual machine such as QEMU or VirtualBox, download the demo variant, check the SHA256 sum to ensure it has downloaded correctly.
The command to spin up the VM:
SDL_VIDEO_X11_DGAMOUSE=0 qemu-system-x86_64 -d cpu_reset,guest_errors -smp 4 -m 2048 \
-chardev stdio,id=debug,signal=off,mux=on,"" -serial chardev:debug -mon chardev=debug \
-machine q35 -device ich9-intel-hda -device hda-duplex -netdev user,id=net0 \
-device e1000,netdev=net0 -device nec-usb-xhci,id=xhci -enable-kvm -cpu host \
-drive file=`echo $HOME/Downloads/redox_demo_x86_64*_harddrive.img`,format=raw
zen0bitzen0bitzen0bit
Metadata
Metadata
Assignees
Labels
new-osRequest to add a new OS to quicketRequest to add a new OS to quicket