Folder restructuration

This commit is contained in:
2025-12-28 11:39:39 +01:00
parent fabe0b1a10
commit ead0ed6ae1
16 changed files with 18 additions and 16 deletions

View File

@@ -1,8 +1,8 @@
#include "idt.h"
#include <stdint.h>
#include <stddef.h>
#include "../io/serial.h"
#include "../kbd/ps2.h"
#include "../io/serial/serial.h"
#include "../io/kbd/ps2.h"
struct interrupt_descriptor idt[256];
struct idtr idt_reg;