feat: added ability to identify process vm regions
[lunaix-os.git] / lunaix-os / includes / lunaix / sched.h
index a0778a39faf7d53f848ff05eb8caf61b21bd23f5..618c32484e849245fe3378f7e73c077452e9355b 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef __LUNAIX_SCHEDULER_H
 #define __LUNAIX_SCHEDULER_H
 
-#define SCHED_TIME_SLICE 1000
+#define SCHED_TIME_SLICE 200
 
 struct scheduler {
     struct proc_info* _procs;