diff --git a/src/arch/x86/start.rs b/src/arch/x86/start.rs index 92d26cd7b466cb927b9d9ec144bc2793edc1bdb1..859a75852f19615c3851d52bb2b650ba8c82227e 100644 --- a/src/arch/x86/start.rs +++ b/src/arch/x86/start.rs @@ -328,6 +328,7 @@ pub unsafe extern "C" fn usermode(_ip: usize, _sp: usize, _arg: usize, _is_singl mov gs, eax // Set up iret stack + mov eax, {user_data_seg_selector} push eax // stack selector push esi // stack address push ecx // eflags