Changes between Version 6 and Version 7 of kernel_vmem
- Timestamp:
- Jan 18, 2016, 4:47:22 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
kernel_vmem
v6 v7 5 5 [[PageOutline]] 6 6 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 eachcluster.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, there is one page table per cluster. 8 8 9 9 These functions can also be used by the kernel to dynamically map and unmap files to an application MMAP segment.