Started kernel state class
This commit is contained in:
21
src/kernelstate.hpp
Normal file
21
src/kernelstate.hpp
Normal file
@@ -0,0 +1,21 @@
|
||||
#ifndef KERNELSTATE_H
|
||||
#define KERNELSTATE_H
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#include "process.hpp"
|
||||
|
||||
namespace kernel
|
||||
{
|
||||
|
||||
class State
|
||||
{
|
||||
public:
|
||||
|
||||
static const size_t MAX_PROCESSES = 2048;
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user