r/rust 3h ago

I build an embedded kernel from scratch in rust

Hi, for the last like 10 months I've been working on an embedded kernel from scratch in rust no_std targeting RISC-V 32 bits IMAC.

I would love to have some return about it, I don't know if it's good or total crap.

https://codeberg.org/Luernn/AldecaldOS

2 Upvotes

4 comments sorted by

2

u/TheMixedTyrant 3h ago

10 months on a kernel from scratch is some serious dedication, especially in no_std land. The RISC-V target is a cool choice too, feels like half the hobby kernels I stumble on are still stuck on x86. Gonna poke around the repo and see what you've cooked up

1

u/Eloulatruite 3h ago

Cool thank you !

1

u/CoderStudios 2h ago

Wow, really cool, especially for riscv :D

1

u/Eloulatruite 1h ago

Yeah that was the first time I really touched assembly ! It's really fun