aboutsummaryrefslogtreecommitdiff
path: root/kernel/inc
diff options
context:
space:
mode:
authorMarvin Borner2021-02-21 15:45:41 +0100
committerMarvin Borner2021-02-21 15:45:41 +0100
commitafeb7e4f00eff33e9e1cfcb766825e7c87f5f1d1 (patch)
tree87572c38c6cfd3bf49119ecb63de2e8c3ad4fb02 /kernel/inc
parent17b83714ecc713f3faebf668a3d286e531f41859 (diff)
Activated SSE/FPU features for better performance
Diffstat (limited to 'kernel/inc')
-rw-r--r--kernel/inc/proc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/inc/proc.h b/kernel/inc/proc.h
index a727210..cd74b40 100644
--- a/kernel/inc/proc.h
+++ b/kernel/inc/proc.h
@@ -9,7 +9,7 @@
#include <stack.h>
#include <sys.h>
-#define PROC_QUANTUM 42 // Milliseconds or something // TODO
+#define PROC_QUANTUM 10 // Milliseconds or something // TODO
#define EFLAGS_ALWAYS 0x2 // Always one
#define EFLAGS_INTERRUPTS 0x200 // Enable interrupts