diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-08-10 07:58:47 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-08-10 08:00:25 +0200 |
| commit | 80039963ff08d1810e22a0ae41497b156e861db0 (patch) | |
| tree | 32b0f12573584668e656b4869a733e31264a06ba /CRTKit/build.json | |
| parent | 1c217ed09c6c4b13ec09b897270a208439f0db55 (diff) | |
[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 <amlalelmahrouss@icloud.com>
Diffstat (limited to 'CRTKit/build.json')
| -rw-r--r-- | CRTKit/build.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CRTKit/build.json b/CRTKit/build.json index f9d69a57..1ad1303e 100644 --- a/CRTKit/build.json +++ b/CRTKit/build.json @@ -3,8 +3,8 @@ "compiler_std": "c++20",
"headers_path": ["../", "./"],
"sources_path": ["*.cxx"],
- "output_name": "libCRT.dll",
- "compiler_flags": ["-ffreestanding", "-shared", "-std=c17", "-std=c++20", "-fno-rtti", "-fno-exceptions", " -Wl,--subsystem=17"],
+ "output_name": "crtcxx.dll",
+ "compiler_flags": ["-ffreestanding", "-shared", "-fno-rtti", "-fno-exceptions", " -Wl,--subsystem=17"],
"cpp_macros": ["__CRT_AMD64__", "cCRTVersion=0x0100"]
}
\ No newline at end of file |
