Define pool allocation tags
All checks were successful
Builds / ExectOS (amd64, debug) (push) Successful in 33s
Builds / ExectOS (i686, release) (push) Successful in 37s
Builds / ExectOS (i686, debug) (push) Successful in 31s
Builds / ExectOS (amd64, release) (push) Successful in 40s

This commit is contained in:
2026-06-22 12:44:41 +02:00
parent 76b1807eee
commit fe02bb9214
2 changed files with 24 additions and 0 deletions

View File

@@ -25,5 +25,6 @@
#include <mm/pfn.hh>
#include <mm/pool.hh>
#include <mm/quota.hh>
#include <mm/tags.hh>
#endif /* __XTOSKRNL_MM_HH */