diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-03-24 05:08:21 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-03-24 05:08:21 +0100 |
| commit | 77a1bd038f4288a7c24cfe52ad9824ca947c6671 (patch) | |
| tree | d7e3fe10fce24ddc6a2b3db15a6dc9d6aeee2451 /dev/modules | |
| parent | 66be78af046c20bd110793c03062a3ff67b04f9c (diff) | |
kernel(feat): Add basic wide system bug check (memory check), other
changes have been made too, see commit details for more information.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/modules')
| -rw-r--r-- | dev/modules/CoreGfx/AccessibilityMgr.h | 2 | ||||
| -rw-r--r-- | dev/modules/ReadMe.md | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/dev/modules/CoreGfx/AccessibilityMgr.h b/dev/modules/CoreGfx/AccessibilityMgr.h index a45470eb..a7cd24b5 100644 --- a/dev/modules/CoreGfx/AccessibilityMgr.h +++ b/dev/modules/CoreGfx/AccessibilityMgr.h @@ -8,7 +8,7 @@ #define GFX_MGR_ACCESSIBILITY_H #include <NewKit/NewKit.h> -#include <KernelKit/LPC.h> +#include <KernelKit/KPC.h> #include <modules/CoreGfx/FBMgr.h> #include <modules/CoreGfx/MathMgr.h> #include <ArchKit/ArchKit.h> diff --git a/dev/modules/ReadMe.md b/dev/modules/ReadMe.md index 1261e247..5e71937f 100644 --- a/dev/modules/ReadMe.md +++ b/dev/modules/ReadMe.md @@ -7,6 +7,5 @@ They are pluggable modules for specific hardware support. ## To-Do - [X] AHCI kernel module. -- [X] MBCI kernel module. ###### Copyright (C) 2024-2025, Amlal EL Mahrouss, all rights reserved. All rights reserved. |
