Introduce process quota management

This commit is contained in:
2026-07-08 21:51:41 +02:00
parent f2922349de
commit 9012f82681
5 changed files with 265 additions and 0 deletions

13
xtoskrnl/ps/data.cc Normal file
View File

@@ -0,0 +1,13 @@
/**
* PROJECT: ExectOS
* COPYRIGHT: See COPYING.md in the top level directory
* FILE: xtoskrnl/po/data.cc
* DESCRIPTION: Process global and static data
* DEVELOPERS: Aiken Harris <harraiken91@gmail.com>
*/
#include <xtos.hh>
/* Default system-wide quota block assigned to processes */
EPROCESS_QUOTA_BLOCK PS::Quota::DefaultQuotaBlock;