Kernel: Make sure MSB is not set on SMO keys

This commit is contained in:
2024-05-29 20:01:12 +03:00
parent a1b3490764
commit 6840a8983c
2 changed files with 6 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ namespace Kernel
class SharedMemoryObjectManager
{
public:
using Key = uint32_t;
using Key = size_t;
public:
static BAN::ErrorOr<void> initialize();