42_KFS/headers
2024-10-14 15:57:11 +02:00
..
alloc.h add: ksize and vsize 2024-09-26 17:06:03 +02:00
apic.h feature: apic is now enabled and the double fault interrupt at boot no longer occurs 2024-10-03 15:20:19 +02:00
base.h add: %u, %p, %x to kprintf 2024-09-19 18:00:18 +02:00
commands.h core: split shell command into individual file and support command arg 2024-09-25 21:31:44 +02:00
cpuid.h feature: apic is now enabled and the double fault interrupt at boot no longer occurs 2024-10-03 15:20:19 +02:00
debug.h add: kpanic 2024-09-22 09:54:56 +02:00
drivers.h feature: shell kb input is now working with interrupts (not clean tho, might need to change it) 2024-10-09 20:26:44 +02:00
gdt.h core: use define for gdt offset 2024-10-02 14:15:49 +02:00
idt.h feature: start to implement keyboard handler and better isrs/irqs 2024-10-09 17:54:29 +02:00
interrupts.h feature: start to implement keyboard handler and better isrs/irqs 2024-10-09 17:54:29 +02:00
keyboard.h feature: add a few helpers fn (is...) 2024-10-11 13:10:47 +02:00
kpanic.h add: kpanic 2024-09-22 09:54:56 +02:00
kprintf.h feature: heap command prints the status of the allocator 2024-09-22 01:57:27 +02:00
memory.h feature: both physical and virtual allocators should be done 2024-09-26 16:18:06 +02:00
power.h add: kpanic 2024-09-22 09:54:56 +02:00
rtc.h style: clang-format on all files 2024-09-18 22:30:11 +02:00
shell.h feature: shell kb input is now working with interrupts (not clean tho, might need to change it) 2024-10-09 20:26:44 +02:00
terminal.h add: higher half kernel, NOT WORKING 2024-10-14 15:57:11 +02:00