mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-02 02:49:15 +00:00
fix(kernel/vfs): 🎉 a complete rewrite of the vfs
This is the fourth time re-writing the VFS, hope this will be the last. Tried to make it as modular as possible so this won't be necessary in the future. 🙏
This change required the entire kernel code to be modified.
This commit is contained in:
@ -20,14 +20,14 @@
|
||||
#ifdef DEBUG
|
||||
|
||||
#include <types.h>
|
||||
#include <filesystem.hpp>
|
||||
#include <fs/vfs.hpp>
|
||||
|
||||
void Test_stl();
|
||||
void TestMemoryAllocation();
|
||||
void tasking_test_fb();
|
||||
void tasking_test_mutex();
|
||||
void TaskMgr();
|
||||
void TreeFS(FileNode *node, int Depth);
|
||||
void TreeFS(Node node, int Depth);
|
||||
void TaskHeartbeat();
|
||||
void StressKernel();
|
||||
void coroutineTest();
|
||||
|
Reference in New Issue
Block a user