Changeset 880de6e in mainline for generic/src/main/main.c
- Timestamp:
- 2005-11-28T16:12:35Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5ff4f6b
- Parents:
- 5803145
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/main/main.c
r5803145 r880de6e 77 77 context_t ctx; 78 78 79 /* 80 * These 'hardcoded' variables will be intiali sed by79 /** 80 * These 'hardcoded' variables will be intialized by 81 81 * the linker or the low level assembler code with 82 82 * appropriate sizes and addresses. … … 89 89 size_t init_size = 0; 90 90 91 /* 91 /** 92 92 * Size of memory in bytes taken by kernel and heap. 93 93 */ 94 94 static size_t kernel_size; 95 95 96 /* 96 /** 97 97 * Size of heap. 98 98 */ … … 100 100 101 101 102 /* 102 /** 103 103 * Extra space between heap and stack 104 104 * enforced by alignment requirements.
Note:
See TracChangeset
for help on using the changeset viewer.