summaryrefslogtreecommitdiffstats
path: root/include/arch/x86_64/object.h
diff options
context:
space:
mode:
authorJon Santmyer <jon@jonsantmyer.com>2025-08-19 15:03:42 -0400
committerJon Santmyer <jon@jonsantmyer.com>2025-08-19 15:03:42 -0400
commit772717dc22e04b4d168d0f77bee6b6357118768c (patch)
tree9da95703c3376091904e295930104b51c280008d /include/arch/x86_64/object.h
parent7ee9347560768641096df68c545ac085a20233e4 (diff)
downloadjove-kernel-772717dc22e04b4d168d0f77bee6b6357118768c.tar.gz
jove-kernel-772717dc22e04b4d168d0f77bee6b6357118768c.tar.bz2
jove-kernel-772717dc22e04b4d168d0f77bee6b6357118768c.zip
refactor KO_MEMORY_MAPPING invokemain
Diffstat (limited to 'include/arch/x86_64/object.h')
-rw-r--r--include/arch/x86_64/object.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/arch/x86_64/object.h b/include/arch/x86_64/object.h
index e13a987..77b07ea 100644
--- a/include/arch/x86_64/object.h
+++ b/include/arch/x86_64/object.h
@@ -13,6 +13,9 @@ typedef struct jove_ThreadControlBlock
uintptr_t sp, ksp;
void *pml4;
void *mailbox;
+
+ /* PML caching for faster calls?*/
+
uint8_t kstack[KERNEL_STACKBYTES];
} tcb_t;