42_KFS/src
2024-10-09 18:03:17 +02:00
..
debug add: kpanic 2024-09-22 09:54:56 +02:00
drivers fix: irqs are handled correctly with regs->int_no (and the keyboard handler works) 2024-10-09 18:03:17 +02:00
gdt fix: interrupt handler function uses an array 2024-10-08 10:56:15 +02:00
interrupt fix: irqs are handled correctly with regs->int_no (and the keyboard handler works) 2024-10-09 18:03:17 +02:00
kprint fix: kprintf unsigned int 2024-10-09 15:33:46 +02:00
memory add: ksize and vsize 2024-09-26 17:06:03 +02:00
power feature: start to implements isrs 2024-10-01 20:24:33 +02:00
rtc feature: log level on kprintf (color) 2024-09-20 12:40:36 +02:00
shell feature: kpanic on interrupts (merdella cmd to test it) 2024-10-03 17:00:47 +02:00
terminal add: color cmd 2024-09-25 22:25:43 +02:00
boot.s init project structure 2024-09-06 23:36:07 +02:00
kernel.c fix: irqs are handled correctly with regs->int_no (and the keyboard handler works) 2024-10-09 18:03:17 +02:00
kpanic.c feature: both physical and virtual allocators should be done 2024-09-26 16:18:06 +02:00