diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-08-31 15:08:15 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-08-31 15:08:15 +0200 |
| commit | e2a90fce95fde6eaef50e6d99e32b902ec14cc0d (patch) | |
| tree | a7cc8f17478f9e77019beab9e524d39fe311f775 /dev/ZKA/Sources/DLLMain.cxx | |
| parent | 2c4b02249ec4355a73b826909ab1889e45871faf (diff) | |
Source bump.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/ZKA/Sources/DLLMain.cxx')
| -rw-r--r-- | dev/ZKA/Sources/DLLMain.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev/ZKA/Sources/DLLMain.cxx b/dev/ZKA/Sources/DLLMain.cxx index 15a9079f..8f5d1977 100644 --- a/dev/ZKA/Sources/DLLMain.cxx +++ b/dev/ZKA/Sources/DLLMain.cxx @@ -213,13 +213,12 @@ EXTERN_C Kernel::Void ke_dll_entrypoint(Kernel::Void) CG::CGDrawStringToWnd(cKernelWnd, kSysDrv, 20, 10 + (FONT_SIZE_X * Kernel::rt_string_len("newoskrnl.dll: Missing catalog: ")), RGB(0, 0, 0)); } - auto hey = []() -> void { + STATIC auto main_kind = []() -> void { auto number_own = 8; - Kernel::kcout << "I have my own stack: " << Kernel::number(number_own); while (Yes); }; - Kernel::execute_from_image(hey, "ZKA Logger"); + Kernel::execute_from_image(main_kind, "ZKA Logger"); while (Yes) { |
