Move kernel to fixed address space

This commit is contained in:
Freywar Ulvnaudgari
2026-06-09 15:40:44 +03:00
parent f605a84ac0
commit 265d216d2f
11 changed files with 46 additions and 43 deletions
-1
View File
@@ -3,7 +3,6 @@
#include "src/memory.h"
#include "src/string.h"
#include "src/util.h"
#include <stdint.h>
path_t *path_open(const fs_node_t *root, const path_t *source, char *path) {
path_t *result = memory_allocate(sizeof(path_t));