This commit is contained in:
RaphProductions 2025-05-09 17:20:58 +02:00
parent f27e0a240c
commit 287a7fb312
3 changed files with 162 additions and 150 deletions

View file

@ -150,5 +150,9 @@ void schedule(registers_t *regs)
memcpy(regs, &curr_proc->regs, sizeof(registers_t));
// Finally, load our pagemap
vmm_load_pagemap(curr_proc->pm);
//if (memcmp(curr_proc->name, "Init", 4)== 0) {
vmm_load_pagemap(curr_proc->pm);
//asm("cli");
//while (1)
// asm("hlt");}
}