From 7764e88cd0032cd57fdc17a2906db9d8af9999e1 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 20 Oct 2024 17:53:37 +0200 Subject: IMP: New implementations and improvements. - Heap class allocation have been fixed. - Scheduler allocation has been fixed. - A new better flow for the kernel has been designed. Signed-off-by: Amlal El Mahrouss --- tools/src/make_framework.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/src/make_framework.cxx') diff --git a/tools/src/make_framework.cxx b/tools/src/make_framework.cxx index a6efb312..2886b142 100644 --- a/tools/src/make_framework.cxx +++ b/tools/src/make_framework.cxx @@ -25,7 +25,7 @@ int main(int argc, char* argv[]) auto path = std::string(argv[1]); if (!path.ends_with(kFKExtension)) - return 1; + return 1; std::filesystem::path path_arg = path; -- cgit v1.2.3