.. |
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 initialization to boot.S
|
2023-01-22 00:48:12 +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: rename MMU::m_page_directory_pointer_table -> m_highest_paging_stuct
|
2023-01-22 03:03:58 +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: Move dump_stacktrace() to arch folder
|
2023-01-21 22:16:31 +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 now 'properly' parses commandline
|
2023-01-16 20:09:22 +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 |