From fb69c7b05894cee2b8bb691ead948798a0674059 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Fri, 30 Apr 2021 10:43:44 +0200 Subject: Setup TSS segment --- src/core/paging.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/core/paging.hpp') diff --git a/src/core/paging.hpp b/src/core/paging.hpp index 641821f..caaaf9e 100644 --- a/src/core/paging.hpp +++ b/src/core/paging.hpp @@ -1,6 +1,7 @@ #pragma once -#include "core/types.hpp" +#include "types.hpp" +#include "asm.hpp" /** * Current number of page (from the beginning of the ram) used by the kernel that -- cgit v1.2.3