Shitty broken keyboard driver BUT azerty-compatible

This commit is contained in:
2025-12-28 10:28:17 +01:00
parent dbd068e55a
commit cc36c768cf
7 changed files with 274 additions and 3 deletions

View File

@@ -9,6 +9,7 @@
#include "idt/idt.h"
#include "kernel.h"
#include "time/timer.h"
#include "kbd/ps2.h"
// Limine version used
__attribute__((used, section(".limine_requests")))
@@ -57,6 +58,8 @@ void kmain()
timer_init();
SET_INTERRUPTS;
keyboard_init(FR);
// Draw something
printf("%s, %s!", "Hello", "world");