banan-os/kernel/include/kernel
Bananymous 46e5b3f3d6 Kernel: Move GDT to its own namespace and cleanup 2023-01-16 15:24:10 +02:00
..
KeyboardLayout Kernel: Add basic PS/2 Mouse driver 2022-12-30 19:38:21 +02:00
APIC.h Kernel: Add basic PS/2 Mouse driver 2022-12-30 19:38:21 +02:00
CPUID.h Kernel: Move CPUID feature strings to cpp file 2023-01-13 00:03:37 +02:00
GDT.h Kernel: Move GDT to its own namespace and cleanup 2023-01-16 15:24:10 +02:00
IDT.h Kernel: Replace PIC with APIC 2022-12-19 11:46:25 +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
MMU.h Kernel: Unallocate RSDT after we are done with it 2023-01-12 13:45:01 +02:00
PIC.h Kernel: Replace PIC with APIC 2022-12-19 11:46:25 +02:00
PIT.h Kernel: IRQs are now working :) 2022-12-07 02:48:44 +02:00
Panic.h Kernel: Kernel::Panic now checks that TTY is initialized instead of VESA 2023-01-13 15:04:06 +02:00
RTC.h Kernel/BAN: Make Time a struct in BAN and add formatter to it 2022-12-13 12:37:26 +02:00
Serial.h Kernel: Add helper macro for bochs magic break point 2023-01-12 13:24:41 +02:00
Shell.h Kernel: Shell is no longer singleton 2023-01-16 15:16:39 +02:00
TTY.h Kernel: Kernel::Panic now checks that TTY is initialized instead of VESA 2023-01-13 15:04:06 +02:00
VESA.h Kernel: Kernel::Panic now checks that TTY is initialized instead of VESA 2023-01-13 15:04:06 +02:00
font.h Kernel: VESA can now print 8x16 bitmaps 2022-12-30 20:47:25 +02:00
kmalloc.h Kernel: fix kmalloc header 2023-01-16 12:10:50 +02:00
kprint.h Kernel: Improve kernel panic message and rename it 'panic'->'Panic' 2023-01-09 21:57:03 +02:00
multiboot.h Kernel: Multiboot data and kernel command lines are now global variables 2023-01-10 17:50:24 +02:00