mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 07:19:20 +00:00
Refactor filesystem & stl code
This commit is contained in:
@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user