Update kernel

This commit is contained in:
EnderIce2
2024-01-19 06:47:42 +02:00
parent fd15592608
commit 96daa43d38
282 changed files with 25486 additions and 15700 deletions

View File

@ -30,6 +30,8 @@ void tasking_test_mutex();
void lsof();
void TaskMgr();
void TreeFS(vfs::Node *node, int Depth);
void TaskHeartbeat();
void StressKernel();
#endif // DEBUG
#endif // !__FENNIX_KERNEL_non_constructor_tests_H__