Genode news thread

I hadn’t heard of this one before. Maybe I’ll slap it into a VM to see what it is all about.

Their marketing is terrible, though. On almost every page of the documentation you see “It is written in Rust!” How geeky can you get?

The normal user doesn’t give a rodent’s posterior if an OS was written in Assembly, Rust, or Babylonian incantations. The question is “what will it do for me that the other ones don’t?”

4 Likes

Like it or not, this is actually the main point of Redox.

1 Like

Genode is based largely on L4-series microkernels. If a device driver is closed-source and runs in supervisor mode, you’d never be able to detect any of the nefarious activity it could be doing. It has access to every kernel function and every corner of the memory map. Since Redox is designed to be a Linux kernel competitor on servers and workstations, security is too important to leave to chance.