Changes between Version 6 and Version 7 of kernel_vmem


Ignore:
Timestamp:
Jan 18, 2016, 4:47:22 PM (8 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • kernel_vmem

    v6 v7  
    55[[PageOutline]]
    66
    7 The page table initialisation is statically done by the boot-loader. There is one page table for each vspace defined in the mapping. When the architecture is clusterised (X_WIDTH > 1 or Y_WIDTH > 1), for each vspace, the page table is replicated in each cluster.
     7The page table initialisation is statically done by the boot-loader. There is one page table for each vspace defined in the mapping. When the architecture is clusterised (X_WIDTH > 1 or Y_WIDTH > 1), for each vspace, there is one page table per cluster.
    88
    99These functions can also be used by the kernel to dynamically map and unmap files to an application MMAP segment.