Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-22 | Kernel: 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-14 | Kernel: Update signal handling and IPC | Anton Kling | |