mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-11 15:29:15 +00:00
refactor(kernel): ramfs loading
This commit is contained in:
@ -127,11 +127,11 @@ namespace vfs
|
||||
bool TestArchive(uintptr_t Address);
|
||||
void ReadArchive(uintptr_t Address, size_t Size);
|
||||
|
||||
USTAR(){};
|
||||
~USTAR(){};
|
||||
USTAR() = default;
|
||||
~USTAR() = default;
|
||||
};
|
||||
}
|
||||
|
||||
bool TestAndInitializeUSTAR(uintptr_t Address, size_t Size);
|
||||
bool TestAndInitializeUSTAR(uintptr_t Address, size_t Size, size_t Index);
|
||||
|
||||
#endif // !__FENNIX_KERNEL_FILESYSTEM_USTAR_H__
|
||||
|
Reference in New Issue
Block a user