this post was submitted on 21 Apr 2024
21 points (92.0% liked)

Rust

5754 readers
31 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

!performance@programming.dev

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 1 year ago
MODERATORS
 

Hi rustaceans! What are you working on this week? Did you discover something new, you want to share?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] sugar_in_your_tea@sh.itjust.works 2 points 4 months ago (1 children)

Have you looked at Redox OS? It's a microkernel-based OS written in Rust, and I'm guessing they could use something like this. I don't know what support they already have, but surely they don't have every basic filesystem implemented.

That said, the GPL v3 may be problematic, depending on the project. Still cool regardless though.

[โ€“] RatCornu@ani.social 2 points 4 months ago

Thanks! Yes I look into RedoxOS and I would like to take a look deeper in it to see if the FS could be interesting to implement