banan-os/kernel/arch/x86_64
Bananymous 2be4fe8404 Kernel: Make PageTable::s_fast_page_lock non-recursive
This lock is only used in wrapper of PageTable. There is no possiblity
of taking the lock outside of these wrappers.
2024-05-24 14:12:35 +03:00
..
PageTable.cpp Kernel: Make PageTable::s_fast_page_lock non-recursive 2024-05-24 14:12:35 +03:00
Signal.S Kernel: Fix signal trampoline 2024-04-18 13:32:40 +03:00
Syscall.S Kernel: Fix multiprocessing on x86_64 2024-04-03 14:21:55 +03:00
Thread.S Kernel: Implement syscalls for i686 and cleanup x86_64 2024-04-03 02:23:23 +03:00
boot.S Kernel: Implement barebones AML parser 2024-04-07 17:03:30 +03:00
crti.S Kernel: Finally managed to get 64-bit working 2023-01-25 19:19:28 +02:00
crtn.S Kernel: Finally managed to get 64-bit working 2023-01-25 19:19:28 +02:00
interrupts.S Kernel: Fix multiprocessing on x86_64 2024-04-03 14:21:55 +03:00
linker.ld Kernel: Start all processors on kernel boot 2024-03-03 02:19:43 +02:00