Introduce process quota management
This commit is contained in:
13
xtoskrnl/ps/data.cc
Normal file
13
xtoskrnl/ps/data.cc
Normal 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;
|
||||
Reference in New Issue
Block a user