summaryrefslogtreecommitdiffhomepage
path: root/dev/Kernel/src/IPEFDylibObject.cc
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-03-04 05:20:58 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-03-04 05:20:58 +0100
commitd62341f615974257eac4125ab68be519efcf0a6e (patch)
treea68661ff4108eb294e06c16319b8f938e3b2ff3a /dev/Kernel/src/IPEFDylibObject.cc
parentfe61c5e33bd2a739885f3f7edc3c0c0798f918c7 (diff)
CHORE&FEAT: Kernel/SCI: Lots of Chore and feat, see below.
- Add traits for CmdListEntry in GPU's SCI. (GPU.h) - Set standard user directory as /user/ instead of /usr/. (User.cc/User.h) - Replace fSourcePid with fPID. (HardwareThreadScheduler.cc/HardwareThreadScheduler.h)
Diffstat (limited to 'dev/Kernel/src/IPEFDylibObject.cc')
-rw-r--r--dev/Kernel/src/IPEFDylibObject.cc6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev/Kernel/src/IPEFDylibObject.cc b/dev/Kernel/src/IPEFDylibObject.cc
index 6dc20084..4824cca1 100644
--- a/dev/Kernel/src/IPEFDylibObject.cc
+++ b/dev/Kernel/src/IPEFDylibObject.cc
@@ -18,8 +18,10 @@
Revision History:
- 01/02/24: Reworked dll ABI, expect a rtl_init_dylib and
- rtl_fini_dylib (amlel) 15/02/24: Breaking changes, changed the name of the
+ 01/02/24: Reworked dll ABI, expect a rtl_init_dylib and
+ rtl_fini_dylib (amlel)
+
+ 15/02/24: Breaking changes, changed the name of the
routines. (amlel)
07/28/24: Replace rt_library_free with rtl_fini_dylib