db352f7ef4
We have added POSIX signals to KirkOS It is very much experimental Alongside, we have PCI support fully, and we have imported sbase coreutils, I'm not too sure if all of them work, likely not, but a good few should be okay. Signed-off-by: kaguya <kaguya3311@national.shitposting.agency>
10 lines
167 B
ArmAsm
10 lines
167 B
ArmAsm
.section .text
|
|
.global __mlibc_thread_entry
|
|
__mlibc_thread_entry:
|
|
pop %rdi
|
|
pop %rsi
|
|
pop %rdx
|
|
call __mlibc_thread_trampoline
|
|
|
|
.section .note.GNU-stack,"",%progbits
|