Kernel: Set ss in i686 tss

This commit is contained in:
2024-04-03 00:43:38 +03:00
parent fe386fa819
commit c95a271821

View File

@@ -124,6 +124,7 @@ namespace Kernel
m_tss.rsp0 = sp;
#elif ARCH(i686)
m_tss.esp0 = sp;
m_tss.ss0 = 0x10;
#endif
}