diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2021-04-30 10:43:44 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2021-04-30 10:43:44 +0200 |
| commit | fb69c7b05894cee2b8bb691ead948798a0674059 (patch) | |
| tree | c5357f771178b091e2fdcacec8608ee7f498d37e /src/core/paging.hpp | |
| parent | 66f2ca62469eba4b46e1f19f54dde9476b08d956 (diff) | |
Setup TSS segment
Diffstat (limited to 'src/core/paging.hpp')
| -rw-r--r-- | src/core/paging.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
