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 <stddef.h>
#include <stdint.h>
#include <limine.h>
#include "../../kernel.h"
#include "../../string/string.h"
#include "kernel.h"
#include "string/string.h"
// We won't be linked to standard library, but still need the basic mem* functions
// so everything goes allright with the compiler