Building new operating systems seems so ambitious to me. Radiant Computer ( https://radiant.computer/ ) was also recently posted. What other exciting projects like these exist?
https://asterinas.github.io/ (Linux compatible Kernel) and https://redox-os.org/ are two promising ones.
Ironclad – formally verified, real-time capable, Unix-like OS kernel
21–30 of 151 posts
Re: Ironclad – formally verified, real-time capable, Unix-like OS kernel
#22There is an NDA related company called ironclad as well. Beware the trademark/copyright terrorists. That said, I am huge fan of works like this. But in practice, the security layer that betrays all of this tends to be the firmware layer. My dream is to have something like the Framework computer use verifiably secure EFI firmware, as well as similarly verified and audited firmware for every hardware component.
Copyright is something different entirely!
Re: Ironclad – formally verified, real-time capable, Unix-like OS kernel
#23> It is written in SPARK and Ada, and is comprised of 100% free software. I thought SPARK was a paid (not free) license. Am I mistaken? Very cool project btw.
Similar model to Qt: permissive licensed open source version, with a commercial 'Pro' offering.
Re: Ironclad – formally verified, real-time capable, Unix-like OS kernel
#24Earlier quoted context omitted.
https://asterinas.github.io/ (Linux compatible Kernel) and https://redox-os.org/ are two promising ones.
I wonder why all of these do not use gpl2?
You make any of your OS standard libraries GPL and they need to suck to use and can’t statically link your code without being forced to also be licensed GPL.
That viral property some people find desirable.
Re: Ironclad – formally verified, real-time capable, Unix-like OS kernel
#25Earlier quoted context omitted.
https://asterinas.github.io/ (Linux compatible Kernel) and https://redox-os.org/ are two promising ones.
I wonder why all of these do not use gpl2?
Re: Ironclad – formally verified, real-time capable, Unix-like OS kernel
#26Building new operating systems seems so ambitious to me. Radiant Computer ( https://radiant.computer/ ) was also recently posted. What other exciting projects like these exist?
Re: Ironclad – formally verified, real-time capable, Unix-like OS kernel
#27Earlier quoted context omitted.
I wonder why all of these do not use gpl2?
I wouldn’t kneecap a OS project I wish to be adopted by licensing it GPL. Look at glibc which basically can’t practically support static linking. You make any of your OS standard libraries GPL and they need to suck to use and can’t statically link your code without being forced to also be licensed GPL. That viral property some people find desirable.
Being able to sell it closed and not releasing the source would make closing the android ecosystem 'good old times', no?
We would only get a bunch of closed outdated company controlled binaries, but now for everything, not only drivers?