summaryrefslogtreecommitdiffhomepage
path: root/Public/Kits/System.Core/System.Core.hxx
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-03-19 21:01:12 +0100
committerAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-03-19 21:01:12 +0100
commitde413aa50bac1342e4ac8c7a66697ea3b551c2e4 (patch)
treeeef86262346e556f276727da3d8175ead9c6ff1d /Public/Kits/System.Core/System.Core.hxx
parentaf7bb25934e8f6781cb7b34ef345ef9af723a2ff (diff)
Kernel(Secret): Major commit.
- Extensive cleanup of the code, and kernel improvements. - The System API has been reworked to be better designed. What is needed now: - AHCI disk driver. - HCFS/NewFS driver. - EPM layout implementation. - Separate bootloader and kernel.
Diffstat (limited to 'Public/Kits/System.Core/System.Core.hxx')
-rw-r--r--Public/Kits/System.Core/System.Core.hxx9
1 files changed, 4 insertions, 5 deletions
diff --git a/Public/Kits/System.Core/System.Core.hxx b/Public/Kits/System.Core/System.Core.hxx
index b368b997..07b7199c 100644
--- a/Public/Kits/System.Core/System.Core.hxx
+++ b/Public/Kits/System.Core/System.Core.hxx
@@ -4,12 +4,11 @@
#pragma once
-/// Core API
-#include <System.Core/HCoreBase.hxx>
-
/// Process Heap API
-#include <System.Core/HCoreHeap.hxx>
+#include <System.Core/Heap.hxx>
/// File API & Device API.
+#include <System.Core/File.hxx>
-/// Process & Threading API \ No newline at end of file
+/// Process & Threading API
+#include <System.Core/Threading.hxx> \ No newline at end of file