From de413aa50bac1342e4ac8c7a66697ea3b551c2e4 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 19 Mar 2024 21:01:12 +0100 Subject: 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. --- Public/Kits/System.Core/System.Core.hxx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'Public/Kits/System.Core/System.Core.hxx') 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 - /// Process Heap API -#include +#include /// File API & Device API. +#include -/// Process & Threading API \ No newline at end of file +/// Process & Threading API +#include \ No newline at end of file -- cgit v1.2.3