mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-14 09:57:53 +00:00
Kernel: Implemented shared memory permissions.
This commit is contained in:
parent
9c6e9195ca
commit
54871800a9
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