From 7477a0f942c374b652da4f80cdb36d4661aac3c8 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 13 Oct 2024 15:29:55 +0200 Subject: IMP: Delete the memory list when exiting process. IMP: Add Allocation (and delete) of MemoryList. IMP: BitMap allocator must now allocate directories as well. IMP: Add Handover arch to check if executable is an AMD64 executable or ARM64 executable. FIX: Add ::EFI::Stop, when a thread doesn't load correctly. Signed-off-by: Amlal El Mahrouss --- dev/zka/src/FS/NeFS.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/zka/src/FS') diff --git a/dev/zka/src/FS/NeFS.cxx b/dev/zka/src/FS/NeFS.cxx index 46c5d8b4..ee1e32c6 100644 --- a/dev/zka/src/FS/NeFS.cxx +++ b/dev/zka/src/FS/NeFS.cxx @@ -21,7 +21,7 @@ using namespace Kernel; -#ifdef __ED__ +#ifdef __ZKA_IN_EDITOR__ /***********************************************************************************/ /** Define those external symbols, to make the editor shutup -- cgit v1.2.3