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 --- dev/zba/src/BootSupport.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'dev/zba/src/BootSupport.cxx') diff --git a/dev/zba/src/BootSupport.cxx b/dev/zba/src/BootSupport.cxx index f0fb3def..bda7ee38 100644 --- a/dev/zba/src/BootSupport.cxx +++ b/dev/zba/src/BootSupport.cxx @@ -75,6 +75,8 @@ EXTERN_C int strcmp(const char* whatToCheck, const char* whatToCheckRight) } /// @brief something specific to the Microsoft's ABI, When the stack grows too big. -EXTERN_C void ___chkstk_ms(void) {} +EXTERN_C void ___chkstk_ms(void) +{ +} #endif -- cgit v1.2.3