diff options
| author | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-21 19:52:38 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-21 19:52:38 +0100 |
| commit | 44b7347157830e17fdb376d27a5d1cd402d2bd6f (patch) | |
| tree | 4adeade1d7312956ca8dccabbc64701ed329e3c5 /Private | |
| parent | 1b072a1dc14d67c9a64028d515f60c715544fcd4 (diff) | |
Kernel: Major updates
- Replace kcout class with macro, #define kcout
TerminalDevice::Shared().
- Remove unused headers.
Signed-off-by: Amlal El Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Private')
| -rw-r--r-- | Private/Source/KernelHeap.cxx | 2 | ||||
| -rw-r--r-- | Private/Source/KernelMain.cxx | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/Private/Source/KernelHeap.cxx b/Private/Source/KernelHeap.cxx index 38b279a7..a967b003 100644 --- a/Private/Source/KernelHeap.cxx +++ b/Private/Source/KernelHeap.cxx @@ -9,8 +9,6 @@ #include <NewKit/KernelHeap.hpp> -#include "KernelKit/DebugOutput.hpp" - //! @file KernelHeap.cpp //! @brief Kernel allocator. diff --git a/Private/Source/KernelMain.cxx b/Private/Source/KernelMain.cxx index 1d52967d..ea6e0c1d 100644 --- a/Private/Source/KernelMain.cxx +++ b/Private/Source/KernelMain.cxx @@ -15,8 +15,6 @@ #include <NewKit/KernelHeap.hpp> #include <NewKit/UserHeap.hpp> -#include "NewKit/Utils.hpp" - EXTERN_C void RuntimeMain( HCore::HEL::HandoverInformationHeader* HandoverHeader) { /// Setup kernel globals. |
