Changeset dcbc8be in mainline for src/main/main.c
- Timestamp:
- 2005-06-02T23:56:26Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ac5d02b
- Parents:
- 7dcbc0a1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/main.c
r7dcbc0a1 rdcbc8be 64 64 /* 65 65 * These 'hardcoded' variables will be intialised by 66 * the linker with appropriate sizes and addresses. 66 * the linker or the low level assembler code with 67 * appropriate sizes and addresses. 67 68 */ 68 69 __address hardcoded_load_address = 0; … … 115 116 116 117 printf("%s\n%s\n", project, copyright); 117 118 118 printf("%P: hardcoded_ktext_size=%dK, hardcoded_kdata_size=%dK\n", 119 119 config.base, hardcoded_ktext_size/1024, hardcoded_kdata_size/1024);
Note:
See TracChangeset
for help on using the changeset viewer.