Cleaner include paths + some paging definitions

This commit is contained in:
2026-01-02 11:24:24 +01:00
parent 075058a958
commit bb5fb9db33
10 changed files with 52 additions and 68 deletions

View File

@@ -1,9 +1,9 @@
// PS/2 Keyboard support
#include "../serial/serial.h"
#include "io/serial/serial.h"
#include "ps2.h"
#include <stdint.h>
#include "../term/term.h"
#include "io/term/term.h"
#include <kernel.h>
// The key status bitfield will be used to see if ALT, CONTROL, or SHIFT is pressed