sched: add POSIX signal support

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>
This commit is contained in:
kaguya
2026-05-19 00:48:13 -04:00
parent 19521c6ab4
commit db352f7ef4
137 changed files with 3314 additions and 223 deletions
@@ -0,0 +1,9 @@
.section .text
.global __mlibc_thread_entry
__mlibc_thread_entry:
pop %rdi
pop %rsi
pop %rdx
call __mlibc_thread_trampoline
.section .note.GNU-stack,"",%progbits