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
@@ -34,4 +34,6 @@ signal_trampoline:
addl $8, %esp
popf
movl (%esp), %esp
ret