Wall in seL4

We have hit another wall with the seL4 development. We’ve been trying to benchmark the system based on the intra-address space IPC , inter-address space IPC, and memory mapping but we are having trouble in an area that we didn’t think we’d have trouble in.

We have been relying on the built in test structure. This structure relies on a...

Pistachio L4ka

Over the summer I’ve been working with microkernels (a.k.a. μ-kernels).  It took some time before I understood what a  μ-kernel was, and I’m still constantly learning. In short, a μ-kernel is a kernel that has been stripped down to where all components that aren’t necessary in the kernel are moved out into user space. The obvious exceptions being components that are needed for...