Implement core Object Manager subsystem
Some checks failed
Builds / ExectOS (i686, debug) (push) Failing after 27s
Builds / ExectOS (amd64, release) (push) Failing after 39s
Builds / ExectOS (i686, release) (push) Failing after 36s
Builds / ExectOS (amd64, debug) (push) Failing after 28s

This commit is contained in:
2026-07-09 08:11:44 +02:00
parent 96502d5db6
commit 195c749396
16 changed files with 3182 additions and 0 deletions

View File

@@ -19,6 +19,11 @@
#define TAG_MM_OVERFLOW SIGNATURE32('O', 'V', 'F', 'L')
#define TAG_MM_MEMORY_POOL SIGNATURE32('P', 'O', 'O', 'L')
#define TAG_MM_NONE SIGNATURE32('N', 'O', 'N', 'E')
#define TAG_OB_CREATE_INFO SIGNATURE32('O', 'B', 'C', 'I')
#define TAG_OB_DIRECTORY SIGNATURE32('O', 'B', 'D', 'I')
#define TAG_OB_MEMORY_POOL SIGNATURE32('O', 'B', 'J', 'M')
#define TAG_OB_NAME SIGNATURE32('O', 'B', 'N', 'M')
#define TAG_OB_OBJECT_TYPE SIGNATURE32('O', 'B', 'J', 'T')
#define TAG_PS_QUOTA_BLOCK SIGNATURE32('P', 'S', 'Q', 'B')
#define TAG_SE_DESCRIPTOR SIGNATURE32('S', 'E', 'S', 'D')