tasking: continue working on page directory switching

This commit is contained in:
2025-05-31 19:43:38 +03:00
parent 33aa97c6ec
commit 9000d76441
4 changed files with 29 additions and 1 deletions
+3
View File
@@ -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