Kernel: Implemented shared memory permissions.
This commit is contained in:
parent
9005cda664
commit
0fb6d2a247
4 changed files with 50 additions and 9 deletions
|
@ -17,6 +17,7 @@
|
|||
/// Detailed description of the error. This listing is likely incomplete.
|
||||
enum class ErrorDescription : u32 {
|
||||
Success = 0,
|
||||
WrongPermission = 46,
|
||||
OS_InvalidBufferDescriptor = 48,
|
||||
WrongAddress = 53,
|
||||
FS_NotFound = 120,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue