Changeset 570
- Timestamp:
 - Oct 30, 2013, 11:54:13 AM (12 years ago)
 - Location:
 - trunk/softs/tsar_boot
 - Files:
 - 
          
- 3 added
 - 1 edited
 
- 
          conf/platform_tsar_generic_iob (added)
 - 
          conf/platform_tsar_generic_iob/defs_platform.h (added)
 - 
          conf/platform_tsar_generic_iob/ldscript (added)
 - 
          src/boot_elf_loader.c (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
trunk/softs/tsar_boot/src/boot_elf_loader.c
r554 r570 26 26 #endif 27 27 28 unsigned char boot_elf_loader_buffer[512] __attribute__((aligned(CACHE_LINE_SIZE))); 29 28 30 void * boot_elf_loader(unsigned int lba) 29 31 { … … 31 33 * Temporary variables used by the boot loader 32 34 */ 33 unsigned char boot_elf_loader_buffer[512];34 35 Elf32_Ehdr elf_header; 35 36 Elf32_Phdr elf_pht[PHDR_ARRAY_SIZE];  
Note: See TracChangeset
          for help on using the changeset viewer.
      