Ignore:
Timestamp:
Nov 19, 2020, 11:47:00 PM (3 years ago)
Author:
alain
Message:

Cosmetic.

File:
1 edited

Legend:

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

    r625 r671  
    229229/****************************************************************************************
    230230 * This function registers in the VSL of the process identified by the <process>
    231  * argument the CODE and DATA vsegs defined in the .elf file descriptor <file_xp>.
    232  * The segments are not loaded in memory.
    233  * It also registers the process entry point in VMM.
     231 * argument the CODE and DATA vsegs defined in the .elf file identidied by the
     232 * file descriptor <file_xp>.  The segments themselve are not loaded in memory.
     233 * It also registers the process entry point in the process VMM.
    234234 ****************************************************************************************
    235  * @ file_xp  : extended pointer on .elf file descriptor.
     235 * @ file_xp  : extended pointer on the .elf file descriptor.
    236236 * @ process  : local pointer on target process descriptor.
    237237 ***************************************************************************************/
Note: See TracChangeset for help on using the changeset viewer.