From 54a0f4c49d9bfb955174c87dae2f442d7f5a8b25 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 23 May 2025 11:12:31 +0200 Subject: feat!(Kernel): Improvements on the BitMapMgr, HTS, and UPS. other: - Add ZXD header file. - Reworking AMD64 interrupts. - Improved HTS's design implementation. - Improved UPS's balancing implementation. breaking changes: - Rename MemoryMgr to HeapMgr. Signed-off-by: Amlal El Mahrouss --- dev/kernel/NeKit/Function.h | 1 - 1 file changed, 1 deletion(-) (limited to 'dev/kernel/NeKit/Function.h') diff --git a/dev/kernel/NeKit/Function.h b/dev/kernel/NeKit/Function.h index e5d56cee..cddcc215 100644 --- a/dev/kernel/NeKit/Function.h +++ b/dev/kernel/NeKit/Function.h @@ -4,7 +4,6 @@ ------------------------------------------- */ - #ifndef _INC_FUNCTION_H_ #define _INC_FUNCTION_H_ -- cgit v1.2.3