Introduce PS subsystem with IDLE process and thread creation
This commit is contained in:
18
xtoskrnl/includes/ps.hh
Normal file
18
xtoskrnl/includes/ps.hh
Normal file
@@ -0,0 +1,18 @@
|
||||
/**
|
||||
* PROJECT: ExectOS
|
||||
* COPYRIGHT: See COPYING.md in the top level directory
|
||||
* FILE: xtoskrnl/includes/ps.hh
|
||||
* DESCRIPTION: Process and thread management
|
||||
* DEVELOPERS: Aiken Harris <harraiken91@gmail.com>
|
||||
*/
|
||||
|
||||
#ifndef __XTOSKRNL_PS_HH
|
||||
#define __XTOSKRNL_PS_HH
|
||||
|
||||
#include <xtos.hh>
|
||||
|
||||
#include <ps/process.hh>
|
||||
#include <ps/thread.hh>
|
||||
|
||||
|
||||
#endif /* __XTOSKRNL_PS_HH */
|
||||
Reference in New Issue
Block a user