summaryrefslogtreecommitdiff
path: root/kernel/ipc.h
AgeCommit message (Collapse)Author
2024-02-25IPC: Inform the scheduler the process is waiting for a IPC messageAnton Kling
2024-02-14Kernel: Update signal handling and IPCAnton Kling
2023-11-28Kernel: Add basic IPC and move to microkernel design.Anton Kling
The IPC design is currently a WIP and is nowhere near complete