Kernel: TSS stack can be set after initialization

This commit is contained in:
Bananymous
2023-04-25 14:48:12 +03:00
parent bd95f17426
commit 6ecc8cac0e
2 changed files with 16 additions and 8 deletions

View File

@@ -6,5 +6,6 @@ namespace Kernel::GDT
{
void initialize();
void set_tss_stack(uintptr_t);
}