Changeset 286 for trunk/softs/tsar_boot/boot_loader_entry.c
- Timestamp:
- Jan 14, 2013, 4:39:14 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/softs/tsar_boot/boot_loader_entry.c
r276 r286 83 83 /* Initialize the block device */ 84 84 if (_ioc_init() != 0) { 85 86 85 boot_puts(start_boot_str_err); 86 while (1); 87 87 } 88 88 … … 93 93 nb_available = 0; 94 94 nb_rest = sizeof(Elf32_Ehdr); 95 offset 95 offset = 0; 96 96 97 97 elf_header = (Elf32_Ehdr *) elf_header_base; … … 108 108 if ( _ioc_read(nb_block , boot_loader_buffer, 1) ) 109 109 { 110 111 110 boot_puts(start_boot_str_err); 111 while (1); 112 112 } 113 113
Note: See TracChangeset
for help on using the changeset viewer.