write kernel sp to tss in dispatcher

This commit is contained in:
2025-11-26 06:46:19 +01:00
parent 4ffae9e1f0
commit 3808f494af
7 changed files with 21 additions and 14 deletions

View File

@@ -47,3 +47,5 @@ void init();
void setStackpointer(void* ptr);
} // namespace TSS
extern TSS::Entry mytss;