Add back x86_32 support #5

Merged
Bananymous merged 46 commits from x86_32 into main 2024-04-03 02:36:29 +03:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit c95a271821 - Show all commits

View File

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