diff options
| author | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-03-26 20:00:41 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-03-26 20:01:41 +0100 |
| commit | 5ab8bb9c497f673a81da693e9aacc78210718000 (patch) | |
| tree | 3ae1d5fe040c2c09e92e121436a54650b0adcd35 /Public/Developer/System.Core/AMD64 | |
| parent | 9a0c2664b0ca5634aa557b0761139cccfb0fe753 (diff) | |
Kernel: Implement more API calls.
Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'Public/Developer/System.Core/AMD64')
| -rw-r--r-- | Public/Developer/System.Core/AMD64/HCoreAssemblyRoutines.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Public/Developer/System.Core/AMD64/HCoreAssemblyRoutines.s b/Public/Developer/System.Core/AMD64/HCoreAssemblyRoutines.s index 3876175b..58bb1260 100644 --- a/Public/Developer/System.Core/AMD64/HCoreAssemblyRoutines.s +++ b/Public/Developer/System.Core/AMD64/HCoreAssemblyRoutines.s @@ -4,12 +4,12 @@ .section .text -.globl HcGetAppObject +.globl RtGetAppObject .globl __assert_chk_fail /* @brief Process object getter */ /* @throws: ApptError: appartement error. */ -HcGetAppObject: +RtGetAppObject: mov $0x10, %rcx /* sysGetProcessObject */ int $0x21 |
