wip: handle new task creation

This commit is contained in:
0x35c
2025-11-04 12:40:42 +01:00
parent 86ce44deff
commit 56cfe9f2be
3 changed files with 9 additions and 4 deletions

View File

@ -13,7 +13,7 @@ struct frame_zone *head;
void switch_pd(uint32_t *pd, uint32_t *cr3)
{
current_pd = pd;
// current_pd = pd;
asm volatile("mov %0, %%cr3" ::"r"(cr3));
}