Kernel: Implemented shared memory permissions.

This commit is contained in:
Subv 2016-04-17 21:58:51 -05:00
parent 9c6e9195ca
commit 54871800a9
4 changed files with 50 additions and 9 deletions

View file

@ -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,