Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-26 | IRC: Use a GUI instead of a terminal application | Anton Kling | |
2024-04-29 | Kernel/IRC: Add setsockopt and move IRC client to use new socket interface | Anton Kling | |
2024-04-26 | IRC: Add PING command | Anton Kling | |
2024-03-28 | new stuff | Anton Kling | |
2024-03-25 | Random changes | Anton Kling | |
2024-03-20 | MMU: Fixed massive problem in assumption of RAM layout | Anton Kling | |
This caused certain addreses which where not RAM memory to be assigned to virtual addresses incorrectly. This caused a significant slowdown when running it with KVM due to constantly having to exit the VM if the OS writes to memory that is not RAM. This fix increased the performance of KVM significantly and improved TCG performance. | |||
2024-03-19 | IRC: Add the IRC client I am working on | Anton Kling | |