Ignore:
Timestamp:
Jul 7, 2017, 1:40:30 PM (7 years ago)
Author:
max@…
Message:

style

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/libk/elf.h

    r1 r156  
    7171        Elf32_Half      e_shnum;            /* Section header table entry count */
    7272        Elf32_Half      e_shstrndx;         /* Section header string table index */
    73 } 
     73}
    7474Elf32_Ehdr;
    7575
     
    150150        Elf32_Word      p_flags;        /* Segment flags */
    151151        Elf32_Word      p_align;    /* Segment alignment */
    152 } 
     152}
    153153Elf32_Phdr;
    154154
     
    187187
    188188/****************************************************************************************
    189  * This function register in VMM the CODE and DATA vsegs defined in the .elf file.
     189 * This function registers in VMM the CODE and DATA vsegs defined in the .elf file.
    190190 * The segments are not loaded in memory.
    191  * It register also the process entry point in VMM.
     191 * It also registers the process entry point in VMM.
    192192 ****************************************************************************************
    193193 * @ pathname : .elf file pathname (in user space => must use hal_uspace API).
     
    197197                          process_t * process);
    198198
    199 
    200199#endif  /* elf.h */
Note: See TracChangeset for help on using the changeset viewer.