summaryrefslogtreecommitdiff
path: root/kernel/cpu/isr.s
AgeCommit message (Collapse)Author
2024-02-22Kernel: Fix undefined behavior and cleanup functions.Anton Kling
The int_syscall caused crashes for higher level of optimizations. To fix this I rewrote the function in assembly as I deemed it to be simpler.
2024-02-14Kernel: Update signal handling and IPCAnton Kling