banan-os/kernel/kernel
Bananymous 7e7c3a1bb3 Kernel: VirtualTTY now handles dark colors
I have seemingly forgot to add these before
2024-08-09 15:52:42 +03:00
..
ACPI Kernel: Rewrite the whole scheduler and re-architecture SMP handling 2024-07-22 00:33:50 +03:00
Device Kernel: Implement WriteCombining memory 2024-07-15 22:09:09 +03:00
FS Kernel: Rewrite the whole scheduler and re-architecture SMP handling 2024-07-22 00:33:50 +03:00
Input Kernel: Pressing F1 now toggles rendering of CPU loads to the terminal 2024-07-22 00:43:13 +03:00
Memory Kernel: Map DMA and PCI MMIO as uncached 2024-07-30 11:10:08 +03:00
Networking Kernel: Rewrite the whole scheduler and re-architecture SMP handling 2024-07-22 00:33:50 +03:00
Storage Kernel: Rewrite the whole scheduler and re-architecture SMP handling 2024-07-22 00:33:50 +03:00
Terminal Kernel: VirtualTTY now handles dark colors 2024-08-09 15:52:42 +03:00
Timer Kernel: All processors use LAPIC timer when running with APIC 2024-07-23 02:28:52 +03:00
USB Kernel: Cleanup USB initialization code 2024-07-31 23:23:44 +03:00
APIC.cpp Kernel: All processors use LAPIC timer when running with APIC 2024-07-23 02:28:52 +03:00
BootInfo.cpp Kernel: Parse RSDP from multiboot headers if exists 2024-01-26 00:49:42 +02:00
CPUID.cpp Kernel: Implement WriteCombining memory 2024-07-15 22:09:09 +03:00
Credentials.cpp All: Fix a lot of compiler warnings from header files 2024-06-18 23:02:10 +03:00
Debug.cpp Kernel: Move font code to its own library LibFont 2024-05-31 10:47:05 +03:00
Errors.cpp BAN: Make String and StringView header only 2024-05-23 15:43:26 +03:00
GDT.cpp Kernel: Unify IDT and GDT code between x86_64 and x86_32 2024-03-26 16:42:02 +02:00
IDT.cpp Kernel/LibC: Implement alarm() and setitimer() 2024-08-01 21:09:56 +03:00
InterruptController.cpp Kernel: Remove lai as a dependecy 2024-04-10 04:39:48 +03:00
Interruptable.cpp Kernel: Store current processor pointer in IA32_GS_BASE 2024-03-07 16:05:29 +02:00
OpenFileDescriptorSet.cpp Kernel: Implement more POSIX compliant open() and openat() syscalls 2024-08-01 15:35:02 +03:00
PCI.cpp Kernel: Map DMA and PCI MMIO as uncached 2024-07-30 11:10:08 +03:00
PIC.cpp Kernel: Start all processors on kernel boot 2024-03-03 02:19:43 +02:00
Panic.cpp BAN/Kernel: Rework assertion/panic system 2024-03-04 11:41:54 +02:00
Process.cpp LibC: Rewrite sigprocmask in terms of pthread_sigmask 2024-08-07 17:01:35 +03:00
Processor.cpp Kernel: Make thread unblocking O(1) 2024-07-24 00:31:01 +03:00
Random.cpp Kernel: Replace i386 with i686 2024-03-26 02:48:26 +02:00
SSP.cpp All: Cleanup all files 2024-01-24 15:53:38 +02:00
Scheduler.cpp Kernel: Fix race condition when blocking threads 2024-08-05 20:14:13 +03:00
Syscall.cpp Kernel: Add macro to dump all syscalls and their return values 2024-08-01 18:21:49 +03:00
Thread.cpp Kernel/LibC: Cleanup, fix and implement a lot of signal code 2024-08-01 17:01:18 +03:00
ThreadBlocker.cpp Kernel: Make thread unblocking O(1) 2024-07-24 00:31:01 +03:00
kernel.cpp Kernel: All processors use LAPIC timer when running with APIC 2024-07-23 02:28:52 +03:00