diff options
author | Jon Santmyer <jon@jonsantmyer.com> | 2025-08-29 09:43:09 -0400 |
---|---|---|
committer | Jon Santmyer <jon@jonsantmyer.com> | 2025-08-29 09:43:09 -0400 |
commit | 8f0ba2fd31408d04175513b8826bf9418ad8b087 (patch) | |
tree | 22dc7902bf32f77bfd4ded444c35fa9f219ac9e5 /include/arch/x86_64/processor.h | |
parent | 772717dc22e04b4d168d0f77bee6b6357118768c (diff) | |
download | jove-kernel-8f0ba2fd31408d04175513b8826bf9418ad8b087.tar.gz jove-kernel-8f0ba2fd31408d04175513b8826bf9418ad8b087.tar.bz2 jove-kernel-8f0ba2fd31408d04175513b8826bf9418ad8b087.zip |
move memory functions to memory folder
Diffstat (limited to 'include/arch/x86_64/processor.h')
-rw-r--r-- | include/arch/x86_64/processor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/arch/x86_64/processor.h b/include/arch/x86_64/processor.h index 1afa6cc..7363c41 100644 --- a/include/arch/x86_64/processor.h +++ b/include/arch/x86_64/processor.h @@ -4,6 +4,7 @@ #include "memory.h" #include "tables.h" #include "object.h" +#include "arch/x86_64/tcb.h" #include <stdint.h> #define MSR_FS_BASE 0xC0000100 |