Kernel: Set ss in i686 tss
This commit is contained in:
parent
fe386fa819
commit
c95a271821
|
@ -124,6 +124,7 @@ namespace Kernel
|
|||
m_tss.rsp0 = sp;
|
||||
#elif ARCH(i686)
|
||||
m_tss.esp0 = sp;
|
||||
m_tss.ss0 = 0x10;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue