Changeset 361635c in mainline for include/config.h
- Timestamp:
- 2005-08-25T20:58:07Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fde6429
- Parents:
- cfd6efd2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
include/config.h
rcfd6efd2 r361635c 32 32 #include <arch/types.h> 33 33 #include <typedefs.h> 34 #include <arch/mm/page.h> 35 36 #define STACK_SIZE PAGE_SIZE 34 37 35 38 #define CONFIG_MEMORY_SIZE 4*1024*1024 36 39 #define CONFIG_HEAP_SIZE 300*1024 37 #define CONFIG_STACK_SIZE 32*102440 #define CONFIG_STACK_SIZE STACK_SIZE 38 41 39 42 struct config {
Note:
See TracChangeset
for help on using the changeset viewer.