Changes between Version 41 and Version 42 of WikiStart


Ignore:
Timestamp:
Aug 4, 2017, 2:45:56 PM (7 years ago)
Author:
max@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v41 v42  
    3535== C) [wiki:replication_distribution Data replication & distribution policy] ==
    3636
    37 This section describes the general policy for replication/distribution of the informations on the various physical memory banks.
     37This section describes the general policy for replication/distribution of the information on the various physical memory banks.
    3838We have two main goals: enforce memory access locality, and avoid contention when several threads access simultaneously the same information. To control the placement and the replication of the physical memory banks, the kernel uses the paged virtual memory.
    3939
     
    4444== E) [wiki:thead_scheduling Trans-Cluster lists of threads] ==
    4545
    46 ALMOS_MK uses double linked list to represent a set of threads. For example ALMOS-MK must build the set of all threads waiting to access a given resource, such as a given peripheral device.
    47 As these threads can be running on any cluster, these linked lists are ''trans-cluster'', and requires specifictechnics in a multi kernel OS, where each kernel instance is handling only resources localized in a single cluster.
     46ALMOS_MK uses a double linked list to represent a set of threads. For example ALMOS-MK must build the set of all threads waiting to access a given resource, such as a given peripheral device.
     47As these threads can be running on any cluster, these linked lists are ''trans-cluster'', and require specific technics in a multi kernel OS, where each kernel instance is handling only resources localized in a single cluster.
    4848
    4949== F) [wiki:rpc_implementation Remote Procedure Call] ==
     
    5555This section describes the ALMOS-MK boot procedure.
    5656
    57 == I) [wiki:scheduler Ordonnanceur] ==
     57== I) [wiki:scheduler Scheduling] ==