Implement system and idle process creation and initialization functions
This commit is contained in:
@@ -9,9 +9,15 @@
|
||||
#include <xtos.hh>
|
||||
|
||||
|
||||
/* Pointer to the IDLE process object */
|
||||
PEPROCESS PS::Process::IdleProcess;
|
||||
|
||||
/* Pointer to the system process object */
|
||||
PEPROCESS PS::Process::SystemProcess;
|
||||
|
||||
/* Global handle to the root system process */
|
||||
HANDLE PS::Process::SystemProcessHandle;
|
||||
|
||||
/* Global object type descriptor for Process objects */
|
||||
POBJECT_TYPE PS::ProcessManager::ProcessType;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user