Changes between Version 24 and Version 25 of processus_thread


Ignore:
Timestamp:
Jul 15, 2016, 9:54:14 PM (8 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • processus_thread

    v24 v25  
    9191The exec() system call  execute the following steps:
    9292 1. The kernel K send an RPC_PROCESS_MIGRATE to cluster Z with the following arguments : the extended pointer on the F process descriptor in cluster K, the binary file, and ...
    93  1. To execute this RPC, the kernel Z allocates a new reference process descriptor in cluster Z, and initializes it from the
    94 informations found in process descriptor in cluster K, using a remote_memcpy().
     93 1. To execute this RPC, the kernel Z allocates a new reference process descriptor in cluster Z, and initializes it from informations found in process descriptor in cluster K, using a remote_memcpy().
    9594 1. The kernel Z allocates and initializes the  structures contained in the process VMM: PG_TBL(Z,F), VSEG_LIST(Z,F).
    9695 1. The kernel Z creates the main thread associated to process P in cluster Z, initializes it, and register it in the TH_TBL(Z,P).