banan-os/kernel/kernel
Bananymous b6e040dfc2 Kernel/Shell: Fix backspace and delete key byte sequences 2024-10-04 04:14:47 +03:00
..
ACPI Kernel: Fix interrupt system 2024-09-27 15:31:31 +03:00
Device Kernel: Implement copy-on-write memory for file backed `mmap`s 2024-09-11 19:33:50 +03:00
FS Kernel: Don't crash the kernel if ext2 encounters disk error 2024-09-17 15:54:33 +03:00
Input Kernel: Fix interrupt system 2024-09-27 15:31:31 +03:00
Memory Kernel: Fix bugs in memory regions 2024-09-15 23:18:05 +03:00
Networking Kernel: Fix interrupt system 2024-09-27 15:31:31 +03:00
Storage Kernel: Fix interrupt system 2024-09-27 15:31:31 +03:00
Terminal Kernel/Shell: Fix backspace and delete key byte sequences 2024-10-04 04:14:47 +03:00
Timer Kernel: Fix interrupt system 2024-09-27 15:31:31 +03:00
USB Kernel: Fix interrupt system 2024-09-27 15:31:31 +03:00
APIC.cpp Kernel: Fix interrupt system 2024-09-27 15:31:31 +03:00
BootInfo.cpp Kernel: Add better support for bootloaders loading the kernel 2024-08-22 14:48:21 +03: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: Validate pointer's when printing stack trace 2024-09-22 17:16:01 +03:00
ELF.cpp Kernel: Rework kernel-side ELF loading 2024-09-15 23:57:34 +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: Fix interrupt system 2024-09-27 15:31:31 +03:00
InterruptController.cpp Kernel: Remove lai as a dependecy 2024-04-10 04:39:48 +03:00
Interruptable.cpp Kernel: Fix interrupt system 2024-09-27 15:31:31 +03:00
OpenFileDescriptorSet.cpp Kernel: Allow listing files even if one of directories blocks are empty 2024-09-17 15:53:14 +03:00
PCI.cpp Kernel: Fix interrupt system 2024-09-27 15:31:31 +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 Kernel: Allow SYS_EXEC to fail at any point 2024-09-24 16:29:38 +03:00
Processor.cpp Kernel: Fix interrupt system 2024-09-27 15:31:31 +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: Allow initial binding of threads to specific processor 2024-09-24 16:27:40 +03:00
Syscall.cpp Kernel: Disable warning when calling syscall 2024-09-22 17:15:07 +03:00
Thread.cpp Kernel: Allow SYS_EXEC to fail at any point 2024-09-24 16:29:38 +03:00
ThreadBlocker.cpp Kernel: Make thread unblocking O(1) 2024-07-24 00:31:01 +03:00
kernel.cpp Kernel: Add command line option to disable AML parsing 2024-09-10 16:20:24 +03:00