summaryrefslogtreecommitdiffhomepage
path: root/Private/KernelKit
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlalelmahrouss@icloud.com>2024-02-25 08:06:38 +0100
committerAmlal El Mahrouss <amlalelmahrouss@icloud.com>2024-02-25 08:06:38 +0100
commit9be51d883414584db0926ab854d6026e1785048b (patch)
tree6afb5cec25c48ac76a8e26b2cc0b09dd1dc2c1ea /Private/KernelKit
parent27e0af3ecfe0be226f88837634111299121e5ddb (diff)
Kernel: Morning bump.
Signed-off-by: Amlal El Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Private/KernelKit')
-rw-r--r--Private/KernelKit/DeviceManager.hpp3
-rw-r--r--Private/KernelKit/MSDOS.hpp4
-rw-r--r--Private/KernelKit/Rsrc/Util.hxx5
-rw-r--r--Private/KernelKit/SMPManager.hpp3
4 files changed, 11 insertions, 4 deletions
diff --git a/Private/KernelKit/DeviceManager.hpp b/Private/KernelKit/DeviceManager.hpp
index 582d1194..156e76b9 100644
--- a/Private/KernelKit/DeviceManager.hpp
+++ b/Private/KernelKit/DeviceManager.hpp
@@ -24,7 +24,8 @@
#include <NewKit/ErrorOr.hpp>
#include <NewKit/Ref.hpp>
-#include "NewKit/KernelCheck.hpp"
+// Last Rev
+// Sat Feb 24 CET 2024
namespace HCore {
template <typename T>
diff --git a/Private/KernelKit/MSDOS.hpp b/Private/KernelKit/MSDOS.hpp
index 1adf6082..565d77af 100644
--- a/Private/KernelKit/MSDOS.hpp
+++ b/Private/KernelKit/MSDOS.hpp
@@ -14,9 +14,11 @@
#ifndef __MSDOS_EXEC__
#define __MSDOS_EXEC__
+#include <KernelKit/PE.hpp>
#include <NewKit/Defines.hpp>
-#include "PE.hpp"
+// Last Rev
+// Sat Feb 24 CET 2024
typedef HCore::UInt32 DosWord;
typedef HCore::Long DosLong;
diff --git a/Private/KernelKit/Rsrc/Util.hxx b/Private/KernelKit/Rsrc/Util.hxx
index 4322890c..0e52a9a9 100644
--- a/Private/KernelKit/Rsrc/Util.hxx
+++ b/Private/KernelKit/Rsrc/Util.hxx
@@ -1,7 +1,10 @@
#ifndef __RSRC_UTIL__
#define __RSRC_UTIL__
-/// @brief draws a resource icon.
+// Last Rev
+// Sat Feb 24 CET 2024
+
+/// @brief draws a resource.
#define DrawResource(ImgPtr, HandoverHeader, Width, Height, BaseX, BaseY) \
HCore::SizeT uA = 0; \
\
diff --git a/Private/KernelKit/SMPManager.hpp b/Private/KernelKit/SMPManager.hpp
index dc3518a7..c7e94a4a 100644
--- a/Private/KernelKit/SMPManager.hpp
+++ b/Private/KernelKit/SMPManager.hpp
@@ -14,7 +14,8 @@
#include <CompilerKit/CompilerKit.hpp>
#include <NewKit/Ref.hpp>
-#include "NewKit/Defines.hpp"
+// Last Rev
+// Sat Feb 24 CET 2024
#define kMaxHarts 8