Rev 2787 | Rev 4377 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2787 | Rev 3425 | ||
|---|---|---|---|
| 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) |
- | |
| 44 | - | ||
| 45 | #define CONFIG_INIT_TASKS 32 |
43 | #define CONFIG_INIT_TASKS 32 |
| 46 | 44 | ||
| 47 | typedef struct { |
45 | typedef struct { |
| 48 | uintptr_t addr; |
46 | uintptr_t addr; |
| 49 | size_t size; |
47 | size_t size; |