Live data from Hacker News

ACM Software System Award Given to seL4 Microkernel

awards.acm.org

1–10 of 66 posts

Re: ACM Software System Award Given to seL4 Microkernel

#2
Congratulations, well deserved!

Also in memoriam Jochen Liedtke [0], who started the L4 kernel project and rekindled research in microkernels by showing that they don't have to be slow ('slow' as in Mach's long IPC latencies).

[0] https://en.m.wikipedia.org/wiki/Jochen_Liedtke

Re: ACM Software System Award Given to seL4 Microkernel

#4

Can someone tell me how much these microkernels are used and where?

On that I’m aware of is in newer Apple devices with a Secure Enclave.

It is signed by apple and verified as part of the secure boot process.

> The Secure Enclave Processor runs an Apple-customized version of the L4 microkernel.

[1] https://support.apple.com/guide/security/secure-enclave-sec5...

Re: ACM Software System Award Given to seL4 Microkernel

#8

Can someone tell me how much these microkernels are used and where?

provably-correct microkernels like seL4 are popular for "cross-domain solutions" that simultaneously handle unclassified and classified information while ensuring separation. NSA requirements for such systems are strict and right now most of the options are commercial, like BAE XTS-400. More defense contractors are looking towards seL4 and the NSA seems to be encouraging it for the benefit of a shared, open-source platform across these specialized projects.

I believe seL4 is also used for the firmware on Qualcomm modems now, but it's a little hard to follow if they've switched from OKL4 which was a related project.

Re: ACM Software System Award Given to seL4 Microkernel

#10
post #4

Can someone tell me how much these microkernels are used and where?

On that I’m aware of is in newer Apple devices with a Secure Enclave. It is signed by apple and verified as part of the secure boot process. > The Secure Enclave Processor runs an Apple-customized version of the L4 microkernel. [1] https://support.apple.com/guide/security/secure-enclave-sec5...

How much did Apple contribute back to the project?
Post reply on HN