banan-os/kernel/arch/i686
Bananymous a08b9b82a6 Kernel: Fix yield stack pointer value
Stack pointer was pointing to value of return address on return instead
of past it. This did not affect anything as ig Processor::yield() didn't
use stack after calling the trampoline
2026-01-19 00:47:00 +02:00
..
PageTable.cpp Kernel: Reduce the number of TLB invalidations 2026-01-16 16:22:29 +02:00
Signal.S Kernel: Remove unused (and broken) code from signal trampoline 2025-12-28 03:53:38 +02:00
Syscall.S Kernel: Fix 32 bit target compile and runtime 2026-01-09 17:06:57 +02:00
Thread.S Kernel: Only save/load sse state when it is used 2026-01-11 03:06:39 +02:00
Yield.S Kernel: Fix yield stack pointer value 2026-01-19 00:47:00 +02:00
boot.S Kernel: Add syscall-less clock_gettime 2026-01-08 17:13:59 +02:00
crti.S Kernel: Cleanup constructor calls 2024-08-31 02:23:08 +03:00
crtn.S Kernel: Cleanup constructor calls 2024-08-31 02:23:08 +03:00
interrupts.S Kernel: optimize yielding 2026-01-11 01:31:09 +02:00
linker.ld Kernel: Cleanup constructor calls 2024-08-31 02:23:08 +03:00