Skip to content
Guanzhou Jose Hu edited this page Jan 15, 2022 · 1 revision

Welcome to the Rux kernel wiki!

Developing A Toy OS Kernel In Rust

I will document the porting process from Hux to Rux here, especially the unique challenges and design choices exposed by porting a legacy C kernel to a modern memory-safe programming language.

If there are any typos / mistakes / errors, please raise an issue!

Table of Contents

It is recommended to also take a look at the wiki pages of Hux to know about its basic design and structure.

Enjoy! 😁