banan-os/kernel/include/kernel
Bananymous f84df175ce Kernel: Save BSB id 2024-03-06 00:36:09 +02:00
..
API All: Cleanup all files 2024-01-24 15:53:38 +02:00
Device Kernel: Start making device numbers unique for each device 2024-02-22 15:53:48 +02:00
FS Kernel: Fix all broken locks from new mutexes 2024-02-28 22:45:34 +02:00
Input Kernel: Replace CriticalScopes with SpinLock in PS/2 and input code 2024-02-29 19:17:28 +02:00
Lock Kernel: Move SpinLock definition to header and fix Scheduler locking 2024-03-04 22:36:41 +02:00
Memory Kernel: Remove CriticalScopes from memory handing code 2024-02-29 19:16:41 +02:00
Networking Kernel: Replace CriticalScopes with SpinLocks in networking code 2024-02-29 19:17:28 +02:00
Storage Kernel: Fix all broken locks from new mutexes 2024-02-28 22:45:34 +02:00
Terminal Kernel: Replace CriticalScope with SpinLock in SerialTTY 2024-02-29 19:17:28 +02:00
Timer Kernel: Replace HPET CriticalScope with SpinLock 2024-02-29 19:15:33 +02:00
ACPI.h All: Cleanup all files 2024-01-24 15:53:38 +02:00
APIC.h Kernel: Start all processors on kernel boot 2024-03-03 02:19:43 +02:00
Arch.h Kernel: Add LAI as a dependency 2023-09-22 17:20:35 +03:00
Attributes.h Kernel: add NEVER_INLINE and make Interruptable not constructable 2023-10-13 16:17:27 +03:00
BananBootloader.h Bootloader: Implement VESA video mode query and pass it to kernel 2023-11-17 22:45:35 +02:00
BootInfo.h Kernel: Parse RSDP from multiboot headers if exists 2024-01-26 00:49:42 +02:00
CPUID.h All: Cleanup all files 2024-01-24 15:53:38 +02:00
Credentials.h Kernel: Implement supplementary groups 2024-01-02 23:24:32 +02:00
Debug.h Kernel: Fix all broken locks from new mutexes 2024-02-28 22:45:34 +02:00
Errors.h All: Cleanup all files 2024-01-24 15:53:38 +02:00
Font.h All: Cleanup all files 2024-01-24 15:53:38 +02:00
GDT.h Kernel: Move GDT to Processor 2024-03-06 00:35:45 +02:00
IDT.h All: Cleanup all files 2024-01-24 15:53:38 +02:00
IO.h All: Cleanup all files 2024-01-24 15:53:38 +02:00
InterruptController.h Kernel: Start all processors on kernel boot 2024-03-03 02:19:43 +02:00
InterruptStack.h All: Cleanup all files 2024-01-24 15:53:38 +02:00
MMIO.h All: Cleanup all files 2024-01-24 15:53:38 +02:00
OpenFileDescriptorSet.h Kernel: Implement basic connection-mode unix domain sockets 2024-02-08 02:28:19 +02:00
PCI.h All: Cleanup all files 2024-01-24 15:53:38 +02:00
PIC.h Kernel: Start all processors on kernel boot 2024-03-03 02:19:43 +02:00
Panic.h BAN/Kernel: Rework assertion/panic system 2024-03-04 11:41:54 +02:00
Process.h Kernel: Replace CriticalScopes with SpinLocks in Process/Thread 2024-03-01 02:13:28 +02:00
Processor.h Kernel: Save BSB id 2024-03-06 00:36:09 +02:00
RSDP.h Kernel: Parse RSDP from multiboot headers if exists 2024-01-26 00:49:42 +02:00
Random.h Kernel: Implement super simple PRNG 2024-02-12 04:25:06 +02:00
Scheduler.h Kernel: Move SpinLock definition to header and fix Scheduler locking 2024-03-04 22:36:41 +02:00
Semaphore.h Kernel: Semaphores and Threads can now be blocked with timeout 2024-02-09 15:28:15 +02:00
Syscall.h LibC: Rewrite all the headers. 2023-05-26 22:31:21 +03:00
Thread.h Kernel: Replace last CriticalScopes in kernel with SpinLocks 2024-03-01 15:49:39 +02:00
kprint.h Kernel: Start work on making tty a file 2023-04-05 00:56:09 +03:00
multiboot2.h Kernel: Don't use multiboot2 explicitly. Parse it to common structure 2023-11-17 18:54:59 +02:00