comparison src/nucleus/nucleus.h @ 21:1edc7293e433

Nucleus: TI's TC_HCB bogon replicated
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 16 Oct 2020 08:23:28 +0000
parents 133d42e7e7ec
children
comparison
equal deleted inserted replaced
20:133d42e7e7ec 21:1edc7293e433
194 194
195 /* Define constants for the number of UNSIGNED words in each of the basic 195 /* Define constants for the number of UNSIGNED words in each of the basic
196 system data structures. */ 196 system data structures. */
197 197
198 #define NU_TASK_SIZE 42 198 #define NU_TASK_SIZE 42
199 #define NU_HISR_SIZE 22 199 #define NU_HISR_SIZE 23 /* includes TI's bogon */
200 #define NU_MAILBOX_SIZE 13 200 #define NU_MAILBOX_SIZE 13
201 #define NU_QUEUE_SIZE 18 201 #define NU_QUEUE_SIZE 18
202 #define NU_PIPE_SIZE 18 202 #define NU_PIPE_SIZE 18
203 #define NU_SEMAPHORE_SIZE 10 203 #define NU_SEMAPHORE_SIZE 10
204 #define NU_EVENT_GROUP_SIZE 9 204 #define NU_EVENT_GROUP_SIZE 9