Rev 2725 | Rev 3228 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2725 | Rev 3198 | ||
|---|---|---|---|
| Line 38... | Line 38... | ||
| 38 | #include <arch/types.h> |
38 | #include <arch/types.h> |
| 39 | #include <arch/mm/page.h> |
39 | #include <arch/mm/page.h> |
| 40 | 40 | ||
| 41 | #define STACK_SIZE PAGE_SIZE |
41 | #define STACK_SIZE PAGE_SIZE |
| 42 | 42 | ||
| 43 | #define CONFIG_MEMORY_SIZE (8 * 1024 * 1024) |
43 | #define CONFIG_MEMORY_SIZE (16 * 1024 * 1024) |
| 44 | 44 | ||
| 45 | #define CONFIG_INIT_TASKS 32 |
45 | #define CONFIG_INIT_TASKS 32 |
| 46 | 46 | ||
| 47 | typedef struct { |
47 | typedef struct { |
| 48 | uintptr_t addr; |
48 | uintptr_t addr; |