aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-03-17 21:49:10 -0700
committerChristian Cunningham <cc@localhost>2022-03-17 21:49:10 -0700
commit15205711b35db0d8ac5516f84ba73fa3550ccc62 (patch)
treee160ef7caaad605b8641548f9569cdc3409ec8b4 /include
parent7943bed3d5e6a803aa022bd237dd365471bb78bc (diff)
Initialize all BSS sections in MMU
Diffstat (limited to 'include')
-rw-r--r--include/sys/schedule.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/schedule.h b/include/sys/schedule.h
index f32044c..d0d938c 100644
--- a/include/sys/schedule.h
+++ b/include/sys/schedule.h
@@ -1,7 +1,7 @@
#ifndef SYS_SCHEDULE_H
#define SYS_SCHEDULE_H
-#define TQUEUE_MAX 0x100
+#define TQUEUE_MAX 0x800
#define STACK_SIZE 0x4000
#define TQUEUE_CNT 3
#define PRIORITIES 8