Writing an i386 kernel at 14: My experience integrating Rust

⚓ Rust    📅 2026-02-22    👤 surdeus    👁️ 1      

surdeus

Hello everyone!

I wanted to tell you about my most important project... a kernel!

I'm 14 years old and I'm studying Software Development on my own. I've been studying Software Development for 3 years.

I wanted to introduce you to my kernel, called BlueOS. This kernel is written in C (the base language) but it has Rust integration, meaning you can develop kernel components using Rust.
Currently, it has 14 drivers, 18 commands, 3 file systems, and memory management (i386 architecture) and much more. I wanted to show that someone my age can develop these things (or even more).

If anyone is interested, you can visit the repository, and if you'd like to like or fork it, I would greatly appreciate it!

Repository: https://github.com/NopAngel/blueos

I hope you like it/find it interesting. Have a great day/afternoon/evening!
:slight_smile:

1 post - 1 participant

Read full topic

🏷️ Rust_feed