Changeset 610 for trunk/boot/tsar_mips32
- Timestamp:
- Dec 27, 2018, 7:38:58 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/boot/tsar_mips32/boot.ld
r572 r610 1 /******************************************************************* ***************************2 * This is the linker script for the ALMOS-MK boot-loader used for the TSAR architecture.3 * It describes the memory layout for the 'boot.elf' binary file.4 ******************************************************************* **************************/1 /******************************************************************* 2 * This is the linker script for the ALMOS-MKH boot-loader, 3 * to generate the 'boot.elf' file used for the TSAR architecture. 4 *******************************************************************/ 5 5 6 6 /* define the boot code base address */ … … 8 8 boot_code_base = 0x100000; 9 9 10 /* Set the entry point of the boot-loader (e_entry field in the "boot.elf" file header) */ 10 /* Set the entry point of the boot-loader */ 11 /* (e_entry field in the "boot.elf" file header) */ 11 12 12 13 ENTRY(boot_entry)
Note: See TracChangeset
for help on using the changeset viewer.