diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-10-09 19:55:19 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-10-09 19:55:19 +0200 |
| commit | dd087dcdce5b624a92a5a5ace1a5b6484a3f9ce1 (patch) | |
| tree | 1c60ced12a2516835792f299f683d3d1473b40b8 /dev/zka/KernelKit | |
| parent | 029b22c10db5315ad2bdbc4b3e8b01a9dddffb77 (diff) | |
IMP: Rename minkrnl.exe to minoskrnl.exe.
- The Model that we choose is a minimal kernel and set of
drivers.
- This Model is used to build Operating Systems and other kind
of low level software.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'dev/zka/KernelKit')
| -rw-r--r-- | dev/zka/KernelKit/ThreadLocalStorage.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/zka/KernelKit/ThreadLocalStorage.hxx b/dev/zka/KernelKit/ThreadLocalStorage.hxx index 65b03d9e..0dd17c42 100644 --- a/dev/zka/KernelKit/ThreadLocalStorage.hxx +++ b/dev/zka/KernelKit/ThreadLocalStorage.hxx @@ -9,7 +9,7 @@ #include <NewKit/Defines.hxx> -///! @brief Thread Local Storage for minkrnl. +///! @brief Thread Local Storage for minoskrnl. #define kCookieMag0 'Z' #define kCookieMag1 'K' |
