Rev 2071 | Rev 2725 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2071 | Rev 2089 | ||
|---|---|---|---|
| Line 34... | Line 34... | ||
| 34 | 34 | ||
| 35 | #ifndef KERN_CONFIG_H_ |
35 | #ifndef KERN_CONFIG_H_ |
| 36 | #define KERN_CONFIG_H_ |
36 | #define KERN_CONFIG_H_ |
| 37 | 37 | ||
| 38 | #include <arch/types.h> |
38 | #include <arch/types.h> |
| 39 | #include <typedefs.h> |
- | |
| 40 | #include <arch/mm/page.h> |
39 | #include <arch/mm/page.h> |
| 41 | 40 | ||
| 42 | #define STACK_SIZE PAGE_SIZE |
41 | #define STACK_SIZE PAGE_SIZE |
| 43 | 42 | ||
| 44 | #define CONFIG_MEMORY_SIZE (8 * 1024 * 1024) |
43 | #define CONFIG_MEMORY_SIZE (8 * 1024 * 1024) |