Amjad50 / Emerald

An Operating System in Rust
https://amjad.alsharafi.dev/Emerald
MIT License
12 stars 0 forks source link

shared memory maps #83

Open Amjad50 opened 8 months ago

Amjad50 commented 8 months ago

shared memory between processes, for now, not sure if we need to implement memory mapped files and paging. Maybe not, as its kinda different, we just want to share memory between processes as a form of IPC #13