banan-os/kernel
Bananymous 4b917390ac Kernel: Fix sse state saving
This was broken when I added SMP support. This patch makes sse kind of
dumb as it is saved and restored on every interrupt, but now it at least
works properly... I'll have to look into how sse can get optimized
nicely with SMP. Simple way would be pinning each thread to a specific
processor and doing pretty much what I had before, but sse thread saved
in processor rather than static global.
2024-07-16 23:15:11 +03:00
..
arch Kernel: Implement WriteCombining memory 2024-07-15 22:09:09 +03:00
font BuildSystem: building for 32-bit works now 2023-04-02 05:03:17 +03:00
include/kernel Kernel: Fix sse state saving 2024-07-16 23:15:11 +03:00
kernel Kernel: Fix sse state saving 2024-07-16 23:15:11 +03:00
klibc Kernel: Add klibc for kernel 2024-02-14 15:00:04 +02:00
CMakeLists.txt Kernel: Implement basic USB Mouse 2024-07-14 02:11:32 +03:00
icxxabi.cpp Kernel: Fix cxxabi for function static variable guards 2024-07-14 01:53:50 +03:00
ubsan.cpp All: Cleanup all files 2024-01-24 15:53:38 +02:00