Y
Hacker News
new
|
ask
|
show
|
jobs
by
flossly
5 days ago
This first Rust/Zig kernel that allows Linux drivers to be ported over with ease (LLM assisted) could pick up a lot of run-on-bare-metal usage. Linux is the only FLOSS kernel that has broad hardware support.
3 comments
snapplebobapple
4 days ago
Why would that be? To me it doesn't seem that interesting vs going to an l4 type kernel that is mathematically verified secure in various operations.
link
flossly
4 days ago
I think C is hard for newcomers. Zig/Rust have a better story there.
link
sanxiyn
5 days ago
You can do something like rump kernel to reuse drivers.
https://rumpkernel.github.io/
link
genxy
5 days ago
Run Linux as a guest in KVM to manage the hardware.
link