..
APIC.cpp
Kernel: rewrite some of APIC since it didn't work with xsdts for some reason
2023-01-26 02:57:14 +02:00
CPUID.cpp
Kernel: Move CPUID out of arch/
2023-01-23 18:12:52 +02:00
Debug.cpp
Kernel: Move dump_stacktrace from panic -> debug
2023-01-26 02:57:14 +02:00
Input.cpp
Kernel: Move debug printing to its own file
2023-01-25 22:51:42 +02:00
InterruptController.cpp
Kernel: Rewrite APIC and PIC more OOP friendly
2023-01-23 20:13:57 +02:00
PIC.cpp
Kernel: I have no idea what this commit does
2023-01-26 02:55:37 +02:00
PIT.cpp
Kernel: Rewrite APIC and PIC more OOP friendly
2023-01-23 20:13:57 +02:00
RTC.cpp
Kernel/BAN: Add weekday to Time structure and get it with RTC
2022-12-13 14:37:10 +02:00
SSP.cpp
Kernel: Improve kernel panic message and rename it 'panic'->'Panic'
2023-01-09 21:57:03 +02:00
Serial.cpp
Kernel: Move debug printing to its own file
2023-01-25 22:51:42 +02:00
Shell.cpp
Kernel: Move debug printing to its own file
2023-01-25 22:51:42 +02:00
TTY.cpp
Kernel: Move debug printing to its own file
2023-01-25 22:51:42 +02:00
VesaTerminalDriver.cpp
Kernel: Move debug printing to its own file
2023-01-25 22:51:42 +02:00
build_libc.cpp
Kernel: Add support for arrow keys in Shell
2023-01-13 15:07:24 +02:00
font.c
Kernel: Improve kernel panic message and rename it 'panic'->'Panic'
2023-01-09 21:57:03 +02:00
kernel.cpp
Kernel: Add option to disable Serial output
2023-01-25 22:51:42 +02:00
kmalloc.cpp
Kernel: kmalloc_eternal now updates the used/free values
2023-01-26 03:04:19 +02:00