Kernel/LibC: Implement sigaltstack

This commit is contained in:
2025-08-21 02:52:49 +03:00
parent def236b7cd
commit 0dfe0b7023
10 changed files with 109 additions and 8 deletions
+2
View File
@@ -59,5 +59,7 @@ signal_trampoline:
addq $16, %rsp
popfq
movq (%rsp), %rsp
// return over red-zone
ret $128