diff options
Diffstat (limited to 'src/kernel/include/thread.h')
-rw-r--r-- | src/kernel/include/thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/include/thread.h b/src/kernel/include/thread.h index 757ba00..b5fa50d 100644 --- a/src/kernel/include/thread.h +++ b/src/kernel/include/thread.h @@ -10,7 +10,7 @@ #define KPROC_STACK_SIZE 0x8000 // 8Kb -#define TASK_SWITCH_FREQUENCY 100 // in herz +#define TASK_SWITCH_FREQUENCY 50 // in herz typedef struct saved_context { uint32_t *esp; |