ptos/amd64: ps: Add context switching stub

Signed-off-by: Chloe M <chloe@mensia.org>
This commit is contained in:
2026-07-14 16:40:06 -04:00
parent 093061f2ad
commit a029f0de5d
6 changed files with 65 additions and 0 deletions
+3
View File
@@ -14,6 +14,9 @@
#include <ptdef.h>
#include <queue.h>
/* Minimum scheduler quantum in microseconds */
#define SCHED_MIN_QUANTUM 900
/*
* Represents a scheduler queue that threads can be pulled
* from and added to.