tasking: continue working on page directory switching
This commit is contained in:
@@ -32,6 +32,9 @@ switchProcess:
|
||||
mov esp, [edx + 4] ; esp = next_process_ptr->kesp
|
||||
mov [current], edx ; current = next_process_ptr
|
||||
|
||||
mov eax, [edx + 40]
|
||||
mov cr3, eax
|
||||
|
||||
pop edi
|
||||
pop esi
|
||||
pop ebx
|
||||
|
||||
Reference in New Issue
Block a user