Spyke
redox·Redox OSbySalamander

Redox OS is a pretty cool project!

These past few days I have been learning about bootloaders, kernels, assembly, and general OS stuff. In that process I stumbled upon your project of Redox OS.

I like the concept of the more modular micro-kernel architecture. Using Rust seems like the right choice if one were to start an OS from scratch today.

Very cool stuff. I'll use your project as my reference as I continue to learn. Happy to find you in Lemmy! Just wanted to stop by to give you a thumbs up 👍

View original on mander.xyz
redox·Redox OSbyericjmorey

System76 with Jeremy Soller | Rust in Production Podcast S02 E07 by corrode Rust Consulting | 2024-07-25

Many devs dream of one day writing their own operating system. Ideally in their favorite language: Rust. For many of us, this dream remains just that: a dream.

Jeremy Soller from System76, however, didn't just contribute kernel code for Pop!_OS, but also started his own operating system, RedoxOS, which is completely written in Rust. One might get the impression that he likes to tinker with low-level code!

In this episode of Rust in Production, Jeremy talks about his journey. From getting hired as a kernel developer at Denver-based company System76 after looking at the job ad for 1 month and finally applying, to being the maintainer of not one but two operating systems, additional system tools, and the Rust-based Cosmic desktop. We'll talk about why it's hard to write correct C code even for exceptional developers like Jeremy and why Rust is so great for refactoring and sharing code across different levels of abstraction.

Listen to Rust in Production Podcast S02 E07

System76 with Jeremy Soller | Rust in Production Podcast S02 E07 by corrode Rust Consulting | 2024-07-25https://corrode.dev/podcast/s02e07-system76/Open linkView original on programming.dev