diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-08-24 18:06:32 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-08-24 18:06:32 +0200 |
| commit | 529945c987c5107d84b627a56627df6dd40dd3da (patch) | |
| tree | 33ed7c7e3795e091fa85daf5ef3c37a74618d9d1 /dev/ZBA/Sources | |
| parent | fdc8aaab2ad3c2f2f3f4bb4ffb71bc2d797366aa (diff) | |
[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 <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/ZBA/Sources')
| -rw-r--r-- | dev/ZBA/Sources/Thread.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
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) |
