From 529945c987c5107d84b627a56627df6dd40dd3da Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 24 Aug 2024 18:06:32 +0200 Subject: [FIX] Kernel: Fix scheduler code and improved it's inner workings. [FIX] DLLMain now spins scheduler when it's done about showing the setup window. Signed-off-by: Amlal El Mahrouss --- dev/ZBA/Sources/Thread.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dev/ZBA/Sources') diff --git a/dev/ZBA/Sources/Thread.cxx b/dev/ZBA/Sources/Thread.cxx index 6290178f..c850b6ae 100644 --- a/dev/ZBA/Sources/Thread.cxx +++ b/dev/ZBA/Sources/Thread.cxx @@ -24,6 +24,8 @@ EXTERN_C{ // External boot services symbol. EXTERN EfiBootServices* BS; +/// @note BThread doesn't parse the symbols so doesn't nullify them, .bss is though. + namespace Boot { BThread::BThread(VoidPtr blob) -- cgit v1.2.3