Genode OS Framework
31–40 of 42 posts
Re: Genode OS Framework
#32The Base Platform https://genode.org/documentation/platforms/index mentions mostly microkernels even older than Genode. I wonder how does the microkernel landspace looking now? Is it just done or do people still release interesting new projects nowadays? Do real deployments of Genode use typically Linux due to HW support anyway?
How is RISV support anyway?
Makes me wonder if something like Nix and Genode could be combined for some interesting properties. Reproducible, flexibly nested OSes, etc.
Re: Genode OS Framework
#33Has "genode" any meaning in English, or is it just an artistic blend of "generic" and "node" or similar? I'm asking because my brain read "Genocide OS" at the first pass, which seems a bit unfortunate.
Curious if you're a native English speaker - the "-cide" suffix has a general root meaning of "to kill", which means that words ending in it generally have the opposite connotation to the word with the suffix. E.g. "Eco" has positive connotations whereas "ecocide" has negative ones. Similarly, here "geno" would never naturally seem to have negative connotations without the suffix. Just my 2c
That said, the term genode is familiar to me, so I did not get the negative vibes.
Re: Genode OS Framework
#34Has "genode" any meaning in English, or is it just an artistic blend of "generic" and "node" or similar? I'm asking because my brain read "Genocide OS" at the first pass, which seems a bit unfortunate.
Re: Genode OS Framework
#35> The framework aligns the construction principles of L4 with Unix philosophy. In line with Unix philosophy, Genode is a collection of small building blocks, out of which sophisticated systems can be composed. But unlike Unix, those building blocks include not only applications but also all classical OS functionalities including kernels, device drivers, file systems, and protocol stacks. That's very interesting, but…
Genode developer here. Surprised seeing the project at HN, I'm very happy about the interest. My colleagues and me are indeed using the system on a daily basis. Personally, I'm running it on an Intel-based Gen12 Framework laptop and on an i.MX8-based MNT-Reform laptop. Earlier this year, I recorded a casual walk-through of the Genode-based Sculpt OS. https://genodians.org/nfeske/2025-01-30-sculpt-os-walkthroug...
Re: Genode OS Framework
#36Earlier quoted context omitted.
Genode developer here. Surprised seeing the project at HN, I'm very happy about the interest. My colleagues and me are indeed using the system on a daily basis. Personally, I'm running it on an Intel-based Gen12 Framework laptop and on an i.MX8-based MNT-Reform laptop. Earlier this year, I recorded a casual walk-through of the Genode-based Sculpt OS. https://genodians.org/nfeske/2025-01-30-sculpt-os-walkthroug...
Hey there. Came across this a while ago, but glad to see it alive & kicking. Two questions... 1. Is there going to be a disk image/installer for 25.08, or is that supposed to be self-compiled? 2. Does the OS download missing components on its own or something? The 25.04 image on the website is only 30+ MB. Thanks!
Re: Genode OS Framework
#37Earlier quoted context omitted.
Genode developer here. Surprised seeing the project at HN, I'm very happy about the interest. My colleagues and me are indeed using the system on a daily basis. Personally, I'm running it on an Intel-based Gen12 Framework laptop and on an i.MX8-based MNT-Reform laptop. Earlier this year, I recorded a casual walk-through of the Genode-based Sculpt OS. https://genodians.org/nfeske/2025-01-30-sculpt-os-walkthroug...
Do you have any articles about setting it up/running it on your Framework? Sounds really neat
The Sculpt OS articles on genode.org also provide a thorough overview: https://genode.org/documentation/articles/index
Re: Genode OS Framework
#38Huh. This project is still going strong. I remember playing with it ... 15 years ago, when (IIRC) for some time it was supporting microkernel I was part of the team developing (Codezero). The Base Platform https://genode.org/documentation/platforms/index mentions mostly microkernels even older than Genode. I wonder how does the microkernel landspace looking now? Is it just done or do people still release interesting…
Re: Genode OS Framework
#39> The framework aligns the construction principles of L4 with Unix philosophy. In line with Unix philosophy, Genode is a collection of small building blocks, out of which sophisticated systems can be composed. But unlike Unix, those building blocks include not only applications but also all classical OS functionalities including kernels, device drivers, file systems, and protocol stacks. That's very interesting, but…
Genode developer here. Surprised seeing the project at HN, I'm very happy about the interest. My colleagues and me are indeed using the system on a daily basis. Personally, I'm running it on an Intel-based Gen12 Framework laptop and on an i.MX8-based MNT-Reform laptop. Earlier this year, I recorded a casual walk-through of the Genode-based Sculpt OS. https://genodians.org/nfeske/2025-01-30-sculpt-os-walkthroug...
Re: Genode OS Framework
#40Is there a preferred CI pipeline for Genode?
If it's fairly easy to get working as part of a CI pipeline, that would let people and projects automate building their software for it. That'd be super useful for enabling adoption. :)