banan-os/kernel/arch/i686
Bananymous f77aa65dc5 Kernel: Cleanup accessing userspace memory
Instead of doing page validiation and loading manually we just do simple
memcpy and handle the possible page faults
2026-04-02 16:36:33 +03: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
User.S Kernel: Cleanup accessing userspace memory 2026-04-02 16:36:33 +03: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