This commit is contained in:
nub31
2025-09-02 18:55:46 +02:00
parent a5bd7ad9a6
commit b533485614
9 changed files with 101 additions and 92 deletions

View File

@@ -1,10 +1,10 @@
#include "kernel.h"
#include "interrupts.h"
#include "keyboard.h"
#include "multiboot.h"
#include "string.h"
#include "vga.h"
#include <stdarg.h>
#include "multiboot.h"
void handle_keypress(const keyboard_event_t* event)
{