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,8 +1,8 @@
#include "idt.h"
#include <stdint.h>
#include <stddef.h>
#include "../io/serial/serial.h"
#include "../io/kbd/ps2.h"
#include "io/serial/serial.h"
#include "io/kbd/ps2.h"
#include <kernel.h>
struct interrupt_descriptor idt[256];