- Timestamp:
- 2005-05-03T11:30:21Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0f4e706
- Parents:
- 2a0047fc
- Location:
- src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Makefile.config
r2a0047fc r2217ac3 1 1 ARCH=ia32 2 2 #ARCH=mips 3 #ARCH=ia64 3 4 #ARCH=powerpc 4 #ARCH=ia645 5 #ARCH=amd64 6 6 -
src/main/main.c
r2a0047fc r2217ac3 64 64 * the linker with appropriate sizes and addresses. 65 65 */ 66 __ u32hardcoded_load_address = 0;66 __address hardcoded_load_address = 0; 67 67 __u32 hardcoded_ktext_size = 0; 68 68 __u32 hardcoded_kdata_size = 0;
Note:
See TracChangeset
for help on using the changeset viewer.