process_create_user

This commit is contained in:
2026-04-03 18:45:12 +02:00
parent 1fe5eb2d38
commit 437bd0e751
6 changed files with 60 additions and 35 deletions
+2 -3
View File
@@ -264,10 +264,9 @@ struct cpu_status* interrupt_dispatch(struct cpu_status* context)
// Send an EOI so that we can continue having interrupts
outb(0x20, 0x20);
// Scheduler is temporarily disabled to test user trampoline
/* if (ticks % SCHEDULER_QUANTUM == 0) {
if (ticks % SCHEDULER_QUANTUM == 0) {
return scheduler_schedule(context);
} */
}
break;