summaryrefslogtreecommitdiff
path: root/kernel/cpu/isr.s
AgeCommit message (Collapse)Author
2024-10-14kernel: small bug fixesAnton Kling
2024-04-29Kernel/Socket: Move sockets back to being file descriptorsAnton Kling
2024-04-26Kernel: Handle userspace memory errors instead of crashing.Anton Kling
The kernel should kill the process if it has memory issues.
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