banan-os/kernel/kernel
Bananymous 54a92293da Kernel: Implement NVMe driver
I'm  actually able to boot this os fine on own laptop now!
2024-01-17 08:26:58 +01:00
..
Device Kernel: Implement supplementary groups 2024-01-02 23:24:32 +02:00
FS Kernel: After device updates, reschedule instead of sleeping 2024-01-09 11:21:00 +02:00
Input Kernel: Implement MSI, MSI-X and interrupt reservation 2024-01-13 18:21:21 +02:00
Memory BuildSystem/Kernel: Enable -Wextra and -Werror in kernel 2023-12-01 01:22:53 +02:00
Networking Kernel: PCI checks if ethernet device is E1000 before initialization 2023-10-16 01:44:54 +03:00
Storage Kernel: Implement NVMe driver 2024-01-17 08:26:58 +01:00
Terminal Kernel: Implement MSI, MSI-X and interrupt reservation 2024-01-13 18:21:21 +02:00
Timer Kernel: Implement MSI, MSI-X and interrupt reservation 2024-01-13 18:21:21 +02:00
ACPI.cpp Kernel: Don't use multiboot2 explicitly. Parse it to common structure 2023-11-17 18:54:59 +02:00
APIC.cpp Kernel: Implement MSI, MSI-X and interrupt reservation 2024-01-13 18:21:21 +02:00
BootInfo.cpp Bootloader: Implement VESA video mode query and pass it to kernel 2023-11-17 22:45:35 +02:00
CPUID.cpp Kernel: CPUID can detect wether cpu supports nxe bit 2023-07-13 14:24:58 +03:00
Credentials.cpp Kernel: Implement supplementary groups 2024-01-02 23:24:32 +02:00
Debug.cpp Kernel: Debug temporary debug print just to beginning when full 2023-10-13 12:43:52 +03:00
Errors.cpp Kernel: Do a big rewrite of PS/2 code 2024-01-08 10:50:55 +02:00
Font.cpp Kernel: Rewrite all read/write functions to use BAN::ByteSpan 2023-10-24 11:56:00 +03:00
InterruptController.cpp Kernel: Rework interrupt mechanism 2023-10-05 18:53:45 +03:00
OpenFileDescriptorSet.cpp Kernel: Allow opening files with O_NONBLOCK 2023-12-19 00:20:15 +02:00
PCI.cpp Kernel: Implement NVMe driver 2024-01-17 08:26:58 +01:00
PIC.cpp Kernel: Implement MSI, MSI-X and interrupt reservation 2024-01-13 18:21:21 +02:00
Panic.cpp Kernel: Panic wont print stacktrace if it has already paniced 2023-04-18 10:18:15 +03:00
Process.cpp Kernel: Require keymap loading superuser privileges 2024-01-10 14:50:30 +02:00
SSP.cpp All: Clear lines with only whitspace in them 2023-09-10 00:31:42 +03:00
Scheduler.cpp Kernel: Optimize sse saving/loading 2024-01-03 02:06:49 +02:00
Semaphore.cpp Kernel: remove Semaphore::is_blocked 2023-07-24 22:23:13 +03:00
SpinLock.cpp Kernel: Remove obsolete Scheduler::is_valid_tid() 2023-12-07 13:26:42 +02:00
Syscall.S Kernel: Add bareboness fork() function 2023-05-28 18:08:49 +03:00
Syscall.cpp Kernel: Add load_keymap syscall and load Finnish keymap in init 2024-01-10 14:46:29 +02:00
Thread.cpp Kernel: Update block_or_eintr API to return ErrorOr<> 2024-01-05 12:13:11 +02:00
kernel.cpp Kernel: Implement MSI, MSI-X and interrupt reservation 2024-01-13 18:21:21 +02:00
lai_host.cpp Kernel: Allow getting ACPI headers with same signature 2023-10-13 11:24:21 +03:00