Changes in kernel/generic/include/config.h [26aafe8:04357767] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/config.h
r26aafe8 r04357767 36 36 #define KERN_CONFIG_H_ 37 37 38 #include <typedefs.h> 38 39 #include <arch/mm/page.h> 39 40 40 #define ONE_FRAME 0 41 #define TWO_FRAMES 1 42 #define FOUR_FRAMES 2 43 44 #define STACK_FRAMES TWO_FRAMES 45 #define STACK_SIZE ((1 << STACK_FRAMES) << PAGE_WIDTH) 41 #define STACK_SIZE PAGE_SIZE 46 42 47 43 #define CONFIG_INIT_TASKS 32 48 44 #define CONFIG_TASK_NAME_BUFLEN 32 49 50 #ifndef __ASM__51 52 #include <typedefs.h>53 45 54 46 typedef struct { … … 88 80 extern ballocs_t ballocs; 89 81 90 #endif /* __ASM__ */91 92 82 #endif 93 83
Note:
See TracChangeset
for help on using the changeset viewer.