From 80039963ff08d1810e22a0ae41497b156e861db0 Mon Sep 17 00:00:00 2001 From: Amlal EL Mahrouss Date: Sat, 10 Aug 2024 07:58:47 +0200 Subject: [META] Important refactors and fixes. + FIX SCIBase.hxx header and inline scm.internal.inl header. + Rename targets libSCI, libDDK to sci.dll and ddk.dll. + Don't initialize again the values of heap and such in HalKernelMain.cxx + Add 'STOP code' in ke_stop call. + Updated ReadMe.md. Signed-off-by: Amlal EL Mahrouss --- SCIKit/build.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SCIKit/build.json') diff --git a/SCIKit/build.json b/SCIKit/build.json index 770d1622..ecd8593d 100644 --- a/SCIKit/build.json +++ b/SCIKit/build.json @@ -3,7 +3,7 @@ "compiler_std": "c++20", "headers_path": ["../"], "sources_path": ["*.cxx"], - "output_name": "libSCI.dll", + "output_name": "sci.dll", "compiler_flags": ["-fPIC", "-shared", "-std=c++20"], "cpp_macros": ["__NEWOS_SYMS__"] } -- cgit v1.2.3