diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-08-15 09:09:07 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-08-15 09:10:20 +0200 |
| commit | 7a43990192e13a7b32bc1f99a7dd02efe6f71e4e (patch) | |
| tree | becb45624bbef4749233cd26d3c91653c6e77701 /DDKit/KernelStd.h | |
| parent | fdc9c15c47fab1e780c97359b90c84bde30671d1 (diff) | |
MHR-38: Ticket done.
MHR-28: Initial commit, working on it.
+ Reworked SMP support inside x86 HAL with some bug fixes as well.
+ Reworked scheduler as well with some bug fixes as well.
+ Add ControlWord field inside StackFrame struct in x86 HAL.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'DDKit/KernelStd.h')
| -rw-r--r-- | DDKit/KernelStd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DDKit/KernelStd.h b/DDKit/KernelStd.h index 37fc95a0..a00a080b 100644 --- a/DDKit/KernelStd.h +++ b/DDKit/KernelStd.h @@ -2,7 +2,7 @@ Copyright ZKA Technologies. - Purpose: DDK Definitions. + Purpose: DDK DLL Base Header. ------------------------------------------- */ |
