Merge pull request #2249 from Subv/sessions_v3
Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication.
This commit is contained in:
commit
905fc92ce1
25 changed files with 591 additions and 171 deletions
|
@ -18,6 +18,7 @@ enum class ErrorDescription : u32 {
|
|||
Success = 0,
|
||||
WrongPermission = 46,
|
||||
OS_InvalidBufferDescriptor = 48,
|
||||
MaxConnectionsReached = 52,
|
||||
WrongAddress = 53,
|
||||
FS_ArchiveNotMounted = 101,
|
||||
FS_FileNotFound = 112,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue