Rename framebuffer allocation tag and add security privilege array tag
Some checks failed
Builds / ExectOS (i686, release) (push) Failing after 24s
Builds / ExectOS (amd64, release) (push) Failing after 23s
Builds / ExectOS (i686, debug) (push) Failing after 36s
Builds / ExectOS (amd64, debug) (push) Failing after 37s

This commit is contained in:
2026-07-14 21:46:01 +02:00
parent 6b840939d5
commit 168a8655ac

View File

@@ -13,7 +13,7 @@
/* Allocation tags */
#define TAG_HL_FRAMEBUFFER SIGNATURE32('F', 'B', 'U', 'F')
#define TAG_HL_FRAMEBUFFER SIGNATURE32('H', 'L', 'F', 'B')
#define TAG_MM_BIG_ALLOC SIGNATURE32('B', 'I', 'G', 'A')
#define TAG_MM_MEMORY_MGR SIGNATURE32('M', 'M', 'G', 'R')
#define TAG_MM_OVERFLOW SIGNATURE32('O', 'V', 'F', 'L')
@@ -26,5 +26,6 @@
#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')
#define TAG_SE_PRIVILEGE_ARRAY SIGNATURE32('S', 'E', 'P', 'A')
#endif /* __XTOSKRNL_MM_TAGS_HH */