this post was submitted on 05 Sep 2024
27 points (100.0% liked)

Rust

5754 readers
60 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
 

After reading Drew's pitch to the rust community to write our own kernel, I've searched for "linux abi compatible rust kernel" and found "Asterinas". Surprised that it is not mentioned here

top 4 comments
sorted by: hot top controversial new old
[–] FizzyOrange@programming.dev 4 points 1 week ago

Looks interesting. Linux ABI compatibility is a herculean task though. Probably on the order of writing a web browser or a MS Word compatible word processor.

[–] fruitycoder@sh.itjust.works 2 points 1 week ago

The project looks amazing! It looks like its initial use case maybe closer to SEL4 in the trusted computing space but if it can support containers I'm pumped to try and get RKE2 running on it.

The thought put into DevX really is the nicest part to me though.

[–] onlinepersona@programming.dev 2 points 1 week ago (1 children)

Oh wow.. This might be what the rust in Linux people need to switch to. Fuck all the LKML bullshit, fuck mailinglists, fuck C, fuck the shitty tooling and hodgepodge of languages. This looks amazing. Seriously, cargo run and the kernel starts up in a VM? How friggin cool is that?

Wow...

Anti Commercial-AI license

The GPL is the kernels biggest feature, but this uses MPL, which doesnt protect the user at all.