Refactor filesystem & stl code

This commit is contained in:
EnderIce2
2024-05-18 07:42:01 +03:00
parent 77a291d08b
commit 6801475243
186 changed files with 15784 additions and 9746 deletions

View File

@ -22,14 +22,12 @@
#include <types.h>
#include <filesystem.hpp>
void TestString();
void Test_std();
void Test_stl();
void TestMemoryAllocation();
void tasking_test_fb();
void tasking_test_mutex();
void lsof();
void TaskMgr();
void TreeFS(vfs::Node *node, int Depth);
void TreeFS(FileNode *node, int Depth);
void TaskHeartbeat();
void StressKernel();