Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new-os: Add RedoxOS #1076

Open
mohsenkhanpour opened this issue Apr 18, 2024 · 3 comments · May be fixed by #1078
Open

new-os: Add RedoxOS #1076

mohsenkhanpour opened this issue Apr 18, 2024 · 3 comments · May be fixed by #1078
Labels
new-os Request to add a new OS to quicket

Comments

@mohsenkhanpour
Copy link

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
@zen0bit
Copy link
Contributor

zen0bit commented Apr 18, 2024

I will look into that..

We should include OS using microkernel 👍

@zen0bit zen0bit linked a pull request Apr 19, 2024 that will close this issue
5 tasks
@zen0bit
Copy link
Contributor

zen0bit commented Apr 19, 2024

Since I not yet done any configuration in quickemu (whoonix, my first try still not here...)
I will need help with that...

Needed command is above (Not tested)
tested and booted to desktop
we need create modified configuration for RedoxOS in quickemu

@flexiondotorg flexiondotorg changed the title Feat: Add RedoxOS feat: Add RedoxOS Apr 19, 2024
@flexiondotorg flexiondotorg added enhancement New feature or request good first issue Good for newcomers labels Apr 19, 2024
@flexiondotorg
Copy link
Member

Anyone interested in working on this might find our guide to adding a new OS to quickget useful.

@flexiondotorg flexiondotorg added new-os Request to add a new OS to quicket and removed enhancement New feature or request good first issue Good for newcomers labels May 15, 2024
@flexiondotorg flexiondotorg changed the title feat: Add RedoxOS new-os: Add RedoxOS May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-os Request to add a new OS to quicket
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants