Kernel: TSS stack can be set after initialization

This commit is contained in:
Bananymous
2023-04-25 14:48:12 +03:00
parent 02b961fd7e
commit f1a0625b61
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);
}