Changes between Version 1 and Version 2 of kernel_vmem
- Timestamp:
- Oct 5, 2014, 3:29:47 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
kernel_vmem
v1 v2 3 3 The [source:soft/giet_vm/giet_common/vmem.c vmem.c] and [source:soft/giet_vm/giet_common/vmem.h vmem.h] files define the data structures used by the boot-loader and the kernel to implement the paged virtual memory. 4 4 5 [ PageOutline]5 [[PageOutline]] 6 6 7 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.