summaryrefslogtreecommitdiffhomepage
path: root/Private/Builtins
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-03-26 13:44:38 +0100
committerAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-03-26 13:47:32 +0100
commit66e4f909bd1a495d3f1c34d2e1b5cd71099ab1ae (patch)
treed64cc867d352d190dfd5693262a42b31e28b9239 /Private/Builtins
parentdbe4573f61ae059c9dafb8e7623370121d443451 (diff)
Kernel and System.Core: kernel related fixes and :boom: on User API.
- UserHeap.cxx: Document code and fix issue in ke_free_heap_internal. - Scheduler: Rename ProcessManager to ProcessScheduler. - The System API has been reworked to improve it's design, such as no more C++ to improve it's portability. - Moved containers into it's own API. Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'Private/Builtins')
-rw-r--r--Private/Builtins/AHCI/Interface.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/Builtins/AHCI/Interface.hxx b/Private/Builtins/AHCI/Interface.hxx
index 72be3d6a..0fef6992 100644
--- a/Private/Builtins/AHCI/Interface.hxx
+++ b/Private/Builtins/AHCI/Interface.hxx
@@ -24,5 +24,5 @@ namespace HCore::Builtins {
/// @brief Returns an AHCI handle.
/// @param pointerAhciObject the handle to pass.
/// @return
-inline Boolean HcGetHandleAHCI(_InOut ObjectPtr* pointerAhciObject);
+inline Boolean HcGetHandleAHCI(_InOut ObjectRef* pointerAhciObject);
} // namespace HCore::Builtins \ No newline at end of file