MotorOS: a Rust-first operating system for x64 VMs
1–10 of 125 posts
Re: MotorOS: a Rust-first operating system for x64 VMs
#2[flagged]
Re: MotorOS: a Rust-first operating system for x64 VMs
#3"Maestro: A Linux-compatible kernel in Rust" (2023)
https://news.ycombinator.com/item?id=38852360#38857185 ; redox-os, cosmic-de , Motūrus OS; MotorOS
Re: MotorOS: a Rust-first operating system for x64 VMs
#4[flagged]
[flagged]
Re: MotorOS: a Rust-first operating system for x64 VMs
#5[flagged]
It's not wrong. Linux does not have a great security track record, it was built on completely different security principles than the ones we have today. You can find public criticism from Theo de Raadt and grsecurity if you want to find out more.
It's a kernel that has served us well, especially considering its ubiquity, but it will never be a "secure" kernel.
Re: MotorOS: a Rust-first operating system for x64 VMs
#6[flagged]
AFAIK if you're an OS-head, this is meant in the sense that it was designed to be a *NIX, not fundamentally advance security or make better decisions. (but I'm curious to hear I'm wrong)
Re: MotorOS: a Rust-first operating system for x64 VMs
#7[flagged]
Everything is relative of course but it's a consensus view in OS literature that the Unix family of operating systems doesn't have strong security. There's a huge TCB in which bugs lead to vulnerabilities with high probability, as we see all the time.
This is why eg cloud providers don't rely on the OS to isolate customers from each other.
Since the reneissance of virtualization, many security focused systems have built on that, like Qubes OS, seL4-based virtualized systems, etc.
Re: MotorOS: a Rust-first operating system for x64 VMs
#8[flagged]
[flagged]
Re: MotorOS: a Rust-first operating system for x64 VMs
#9It sounds like a cool project and I hope it continues development, but there is such a huge graveyard of such projects that have never gone anywhere that I struggle to get excited about them anymore. Replacing Linux is really hard, even for specific uses like cloud.