Development hardware and software suggestions?

What is the smoothest development environment, software and hardware, for getting started with Redox development? I’m curious about Kernel development, but would also like to write applications in Rust on Redox.

1 Like

From what i’ve seen, a important thing that’s missing in the kernel is USB support and the smoothest dev environment would be a Virtual Machine like QEMU or VirtualBox, but Real Hardware should work too.

1 Like

I am using ubuntu host, qemu and to edit visual studio code.
As the turn around time is still quite high for kernel development you get the rust code check of visual studio code,
so you do not have to compile with obvious errors …

But I just started, perhaps there are better solutions…

1 Like