banan-os/kernel/include/kernel
Bananymous 117d1de038 Kernel: panic does not need to include <kernel/kprint.h>
This allows us to not have kprint available literally everywhere
2023-02-02 15:51:15 +02:00
..
KeyboardLayout Kernel: Add basic PS/2 Mouse driver 2022-12-30 19:38:21 +02:00
APIC.h All: rename every function from UpperCamelCase to snake_case 2023-02-01 21:05:44 +02:00
Arch.h Kernel: Add macros for current archutecture 2023-02-01 01:52:52 +02:00
CPUID.h All: rename every function from UpperCamelCase to snake_case 2023-02-01 21:05:44 +02:00
Debug.h All: rename every function from UpperCamelCase to snake_case 2023-02-01 21:05:44 +02:00
GDT.h Kernel: move GDT initialization to boot.S 2023-01-22 00:48:12 +02:00
IDT.h Kernel: I have no idea what this commit does 2023-01-26 02:55:37 +02:00
IO.h Kernel: IRQs are now working :) 2022-12-07 02:48:44 +02:00
Input.h Kernel: Input callbacks use the new BAN::Function 2023-01-16 15:15:02 +02:00
InterruptController.h All: rename every function from UpperCamelCase to snake_case 2023-02-01 21:05:44 +02:00
LockGuard.h Kernel: Implement basic SpinLock 2023-02-01 01:52:52 +02:00
MMU.h All: rename every function from UpperCamelCase to snake_case 2023-02-01 21:05:44 +02:00
PIC.h All: rename every function from UpperCamelCase to snake_case 2023-02-01 21:05:44 +02:00
PIT.h Kernel: Implement somewhat functioning multithread support 2023-02-01 01:53:35 +02:00
Panic.h Kernel: panic does not need to include <kernel/kprint.h> 2023-02-02 15:51:15 +02:00
RTC.h All: rename every function from UpperCamelCase to snake_case 2023-02-01 21:05:44 +02:00
Scheduler.h All: rename every function from UpperCamelCase to snake_case 2023-02-01 21:05:44 +02:00
Serial.h All: rename every function from UpperCamelCase to snake_case 2023-02-01 21:05:44 +02:00
Shell.h All: rename every function from UpperCamelCase to snake_case 2023-02-01 21:05:44 +02:00
SpinLock.h Kernel: Add is_locked() to spinlock 2023-02-02 15:49:30 +02:00
TTY.h All: rename every function from UpperCamelCase to snake_case 2023-02-01 21:05:44 +02:00
TerminalDriver.h All: rename every function from UpperCamelCase to snake_case 2023-02-01 21:05:44 +02:00
Thread.h Kernel: Implement somewhat functioning multithread support 2023-02-01 01:53:35 +02:00
VesaTerminalDriver.h All: rename every function from UpperCamelCase to snake_case 2023-02-01 21:05:44 +02:00
font.h Kernel: Rewrite the whole VESA driver 2023-01-23 13:21:53 +02:00
kmalloc.h Kernel: fix kmalloc header 2023-01-16 12:10:50 +02:00
kprint.h All: rename every function from UpperCamelCase to snake_case 2023-02-01 21:05:44 +02:00
multiboot.h Kernel: Rewrite the whole VESA driver 2023-01-23 13:21:53 +02:00