banan-os/kernel/arch/x86_64
Bananymous ed18d86f08 Kernel: Fix spinlock unlocking in x86_64
Spinlock unlock used a 64 bit write on 32 bit integer, overwriting
some random memory. This caused some really hard to find bugs
2023-03-08 02:41:44 +02:00
..
GDT.cpp Kernel: Initialize GDT in kernel code 2023-03-01 21:21:56 +02:00
IDT.cpp Kernel: IDT now confirms that it allocated succesfully 2023-02-22 21:48:40 +02:00
MMU.cpp Kernel: Add ubsan 2023-03-06 23:38:05 +02:00
SpinLock.S Kernel: Fix spinlock unlocking in x86_64 2023-03-08 02:41:44 +02:00
Thread.S Kernel: Threads cannot take arguments anymore 2023-03-02 01:56:09 +02:00
boot.S Kernel: Remove "a" from .section .text 2023-03-07 01:57:09 +02: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: Add actual register values to x86_64 kernel panic 2023-01-30 18:52:38 +02:00
linker.ld Kernel: Finally managed to get 64-bit working 2023-01-25 19:19:28 +02:00
make.config Kernel: Initialize GDT in kernel code 2023-03-01 21:21:56 +02:00