mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-07 21:39:19 +00:00
Changed a lot of files. Summary: profiler support; "SafeFunction"; UnlockDeadLock kernel config; Code optimization & more
This commit is contained in:
@ -19,7 +19,7 @@ namespace FileSystem
|
||||
return Size;
|
||||
}
|
||||
|
||||
FileSystemOpeations ustar = {
|
||||
FileSystemOperations ustar = {
|
||||
.Name = "ustar",
|
||||
.Read = USTAR_Read,
|
||||
};
|
||||
|
Reference in New Issue
Block a user