OOStuBS - Technische Informatik II (TI-II)  2.4
config.h
gehe zur Dokumentation dieser Datei
1 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *\
2  * Technische Informatik II *
3  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
4  * *
5  * C O N F I G *
6  * *
7 \* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
8 
9 /* Deactivate include guard for assembler files */
10 #ifndef __config_header__
11 #define __config_header__
12 
13 /* MACROS */
14 
19 #define BOOT_STACK_SIZE 4096
20 
25 #define BUFFERSIZE 80
26 
27 #define MAX_INTERRUPT_NUMBER 255
28 #define MIN_INTERRUPT_NUMBER 32
29 #define DEBUG_X 0
30 #define DEBUG_Y 0
31 #define KEYBOARD_X 10
32 #define KEYBOARD_Y 10
33 
34 #define CMD_X 0
35 #define CMD_Y 18
36 
37 #define MAX_JOB_NUM 5
38 
39 #endif