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/InitRuntime.cxx | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Public/Kits/System.Core/InitRuntime.cxx (limited to 'Public/Kits/System.Core/InitRuntime.cxx') diff --git a/Public/Kits/System.Core/InitRuntime.cxx b/Public/Kits/System.Core/InitRuntime.cxx new file mode 100644 index 00000000..01eb2c1f --- /dev/null +++ b/Public/Kits/System.Core/InitRuntime.cxx @@ -0,0 +1,12 @@ +/** =========================================== + (C) Mahrouss Logic + ===========================================*/ + +#include + +/// @brief Inits the C runtime +/// @return if it was succesful or not. +DWORD HcInitRuntime(VOID) { + kInstanceObject = HcGetProcessObject(); + return 0; +} \ No newline at end of file -- cgit v1.2.3