You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.
To be honest, we need to properly prepare for this IPC rewrite. It's not just a matter of emulating what Linux does, it's a matter of writing a clean and performant distributed OS primitives.
I guess some background reading on microkernels, IPC messages, and alike is a pre-requisite here.
Description of the problem
This subsystem is one huge hack and is full of bugs, we need to write it from scratch.
Steps to reproduce
Try doing anything using IPC.
Expected results
It works if your change is correct.
Actual results
Nothing works because of bugs in IPC :)
The text was updated successfully, but these errors were encountered: