banan-os/kernel/kernel
Bananymous 1dabe7a222 Kernel: More rework on Scheduler 2023-03-08 03:26:25 +02:00
..
FS Kernel: Rename RefCounted -> RefPtr and implement RefCounted 2023-03-08 03:26:25 +02:00
Storage Kernel+LibC: Add some errno codes 2023-03-02 21:10:44 +02:00
APIC.cpp Kernel: Cleanup RSDP parsing code 2023-03-07 00:41:13 +02:00
CPUID.cpp All: rename every function from UpperCamelCase to snake_case 2023-02-01 21:05:44 +02:00
Debug.cpp Kernel: Disable color after Debug::dump_stack_trace 2023-03-08 02:41:44 +02:00
Font.cpp Kernel: Add prefs font for terminal output before file system 2023-02-23 01:22:50 +02:00
Input.cpp Kernel: Update ErrorOr API and add path find to VFS 2023-02-22 01:23:11 +02:00
InterruptController.cpp Kernel: Move interrupt related functions to InterruptController 2023-03-08 03:16:51 +02:00
PCI.cpp Kernel: PCIDevice is now class with getters and constructor 2023-03-08 02:41:44 +02:00
PIC.cpp All: rename every function from UpperCamelCase to snake_case 2023-02-01 21:05:44 +02:00
PIT.cpp Kernel: Scheduler sleeping is working 2023-03-08 02:41:44 +02:00
RTC.cpp All: rename every function from UpperCamelCase to snake_case 2023-02-01 21:05:44 +02:00
SSP.cpp All: rename every function from UpperCamelCase to snake_case 2023-02-01 21:05:44 +02:00
Scheduler.cpp Kernel: More rework on Scheduler 2023-03-08 03:26:25 +02:00
Serial.cpp All: rename every function from UpperCamelCase to snake_case 2023-02-01 21:05:44 +02:00
Shell.cpp Kernel: Rename RefCounted -> RefPtr and implement RefCounted 2023-03-08 03:26:25 +02:00
SpinLock.cpp Kernel: Add is_locked() to spinlock 2023-02-02 15:49:30 +02:00
TTY.cpp Kernel: Fonts can now be parsed from the filesystem and set to terminal 2023-02-22 22:29:31 +02:00
Thread.cpp Kernel: Rename RefCounted -> RefPtr and implement RefCounted 2023-03-08 03:26:25 +02:00
VesaTerminalDriver.cpp Kernel: MMU now takes flags when allocating pages 2023-03-01 21:21:56 +02:00
build_libc.cpp Kernel: Add support for arrow keys in Shell 2023-01-13 15:07:24 +02:00
kernel.cpp Kernel: Move interrupt related functions to InterruptController 2023-03-08 03:16:51 +02:00
kmalloc.cpp Kernel: kmalloc aligns size to s_kmalloc_min_align 2023-03-08 02:41:44 +02:00