gsilvis / silvos

half-baked Silvis OS kernel
MIT License
4 stars 2 forks source link

Implement IPC #77

Open cstanfill opened 5 years ago

cstanfill commented 5 years ago

Our current design for this is a combination of a synchronous sendrecv() method that transfers execution to another thread temporarily, and an asychronous semaphore system.