42_KFS/headers
2024-10-19 23:20:13 +02:00
..
alloc.h wip: memory is almost fixed and working fine (infinite loop on zones linked lists) 2024-10-19 23:20:13 +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 wip: memory is almost fixed and working fine (infinite loop on zones linked lists) 2024-10-19 23:20:13 +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 fix: gdt init no longer crashes 2024-10-14 23:36:41 +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 wip: memory change 2024-10-18 14:45:37 +02:00
kprintf.h wip: memory is almost fixed and working fine (infinite loop on zones linked lists) 2024-10-19 23:20:13 +02:00
memory.h fix: change the pte to use a bitmask operation (still crashes but later) 2024-10-18 15:38:36 +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
signal.h Merge branch 'main' of git.chauvet.pro:starnakin/42_KFS 2024-10-17 16:11:40 +02:00
terminal.h Merge branch 'main' of git.chauvet.pro:starnakin/42_KFS 2024-10-17 16:11:40 +02:00