diff options
| author | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-03-26 18:36:09 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-03-26 18:36:09 +0100 |
| commit | 9a0c2664b0ca5634aa557b0761139cccfb0fe753 (patch) | |
| tree | 004c49f89076c8b1f6f5ab9db031c4e010bfe95f /Public/Developer/System.Core/Sources | |
| parent | 66e4f909bd1a495d3f1c34d2e1b5cd71099ab1ae (diff) | |
Kernel: Add NewFS support: initial commit.
Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'Public/Developer/System.Core/Sources')
| -rw-r--r-- | Public/Developer/System.Core/Sources/CRT0.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Public/Developer/System.Core/Sources/CRT0.cxx b/Public/Developer/System.Core/Sources/CRT0.cxx index a0235e68..b6fb9de1 100644 --- a/Public/Developer/System.Core/Sources/CRT0.cxx +++ b/Public/Developer/System.Core/Sources/CRT0.cxx @@ -4,9 +4,9 @@ #include <System.Core/Headers/Heap.hxx> -/// @brief Inits the DLL. +/// @brief Inits the library. /// @return if it was succesful or not. -CA_EXTERN_C DWordType __DllMain(VoidType) { +CA_EXTERN_C DWordType __start(VoidType) { kApplicationObject = HcGetAppObject(); CA_MUST_PASS(kApplicationObject); |
