From d87eb24271671f4d7d1298c6c4bbdf4e73f774f3 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 30 Aug 2024 08:43:46 +0200 Subject: A lot of fixes regarding the kernel: + Either choose NewFS or generic filesystem interface for FileStream class. + Fixed PEF code manager executable probing method, inside it's Loader class. + Add function mm_update_page for virtual memory purposes. - Remove logging on HardwareTimer class. --- dev/ZKA/Sources/FileManager.cxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'dev/ZKA/Sources/FileManager.cxx') diff --git a/dev/ZKA/Sources/FileManager.cxx b/dev/ZKA/Sources/FileManager.cxx index 0912da27..8c8fb83a 100644 --- a/dev/ZKA/Sources/FileManager.cxx +++ b/dev/ZKA/Sources/FileManager.cxx @@ -65,12 +65,6 @@ namespace Kernel auto catalog = fImpl->GetCatalog(path); - if (catalog->Kind != kNewFSCatalogKindFile) - { - fImpl->CloseCatalog(catalog); - return nullptr; - } - return node_cast(catalog); } -- cgit v1.2.3