banan-os/kernel/kernel
Bananymous 337569b0ca Kernel: Implement basic SpinLock 2023-02-01 01:52:52 +02:00
..
APIC.cpp Kernel: Add actual register values to x86_64 kernel panic 2023-01-30 18:52:38 +02:00
CPUID.cpp Kernel: Move CPUID out of arch/ 2023-01-23 18:12:52 +02:00
Debug.cpp Kernel: Debug stacktrace now detects if it kernel panics itself 2023-01-31 18:43:09 +02:00
Input.cpp Kernel: Move debug printing to its own file 2023-01-25 22:51:42 +02:00
InterruptController.cpp Kernel: Rewrite APIC and PIC more OOP friendly 2023-01-23 20:13:57 +02:00
PIC.cpp Kernel: Add actual register values to x86_64 kernel panic 2023-01-30 18:52:38 +02:00
PIT.cpp Kernel: Rewrite APIC and PIC more OOP friendly 2023-01-23 20:13:57 +02:00
RTC.cpp Kernel/BAN: Add weekday to Time structure and get it with RTC 2022-12-13 14:37:10 +02:00
SSP.cpp Kernel: Improve kernel panic message and rename it 'panic'->'Panic' 2023-01-09 21:57:03 +02:00
Serial.cpp Kernel: Move debug printing to its own file 2023-01-25 22:51:42 +02:00
Shell.cpp Kernel: Move debug printing to its own file 2023-01-25 22:51:42 +02:00
SpinLock.cpp Kernel: Implement basic SpinLock 2023-02-01 01:52:52 +02:00
TTY.cpp Kernel: Move debug printing to its own file 2023-01-25 22:51:42 +02:00
VesaTerminalDriver.cpp Kernel: Move debug printing to its own file 2023-01-25 22:51:42 +02:00
build_libc.cpp Kernel: Add support for arrow keys in Shell 2023-01-13 15:07:24 +02:00
font.c Kernel: Improve kernel panic message and rename it 'panic'->'Panic' 2023-01-09 21:57:03 +02:00
kernel.cpp Kernel: Add option to disable Serial output 2023-01-25 22:51:42 +02:00
kmalloc.cpp Kernel: kmalloc_eternal now updates the used/free values 2023-01-26 03:04:19 +02:00