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,6 +1,6 @@
#include "gdt.h"
#include <stdint.h>
#include "../io/serial.h"
#include "../../io/serial/serial.h"
// Descriptors are 8-byte wide (64bits)
// So the selectors will be (in bytes): 0x0, 0x8, 0x10, 0x18, etc..