Add a basic IPC setup with Channel Object.
Pass a process a channel endpoint on startup that it will use to get it's initial capabilities.
This commit is contained in:
parent
b79ec07636
commit
81b925eea0
15 changed files with 341 additions and 20 deletions
|
|
@ -14,6 +14,7 @@ add_executable(zion
|
|||
memory/physical_memory.cpp
|
||||
memory/user_stack_manager.cpp
|
||||
object/address_space.cpp
|
||||
object/channel.cpp
|
||||
object/memory_object.cpp
|
||||
object/process.cpp
|
||||
object/thread.cpp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue