diff --git a/Tasking/Mono.cpp b/Tasking/Mono.cpp new file mode 100644 index 0000000..597b435 --- /dev/null +++ b/Tasking/Mono.cpp @@ -0,0 +1,2 @@ +#include + diff --git a/Tasking/Multi.cpp b/Tasking/Multi.cpp new file mode 100644 index 0000000..597b435 --- /dev/null +++ b/Tasking/Multi.cpp @@ -0,0 +1,2 @@ +#include + diff --git a/include/task.hpp b/include/task.hpp new file mode 100644 index 0000000..5d163be --- /dev/null +++ b/include/task.hpp @@ -0,0 +1,8 @@ +#ifndef __FENNIX_KERNEL_TASKING_H__ +#define __FENNIX_KERNEL_TASKING_H__ + +#include + + + +#endif // !__FENNIX_KERNEL_TASKING_H__