Changes between Version 1 and Version 2 of Vmem
- Timestamp:
- Oct 12, 2009, 4:28:47 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Vmem
v1 v2 3 3 == CONFIG TOKEN: == 4 4 5 Here is the list of new token add by virtual memory support:5 Here is the list of new token added by virtual memory support: 6 6 7 7 CONFIG_HEXO_ARCH_MMU / CONFIG_HEXO_CPU_MMU … … 22 22 Enable Mutek physical page allocator. 23 23 CONFIG_VMEM 24 Globaly enable : enableboth MMU support and Mutek allocators.24 Globaly enable both MMU support and Mutek allocators. 25 25 CONFIG_SOCLIB_VMEM_MALLOC_REGION_SIZE 26 26 Preallocate memory size for malloc (see below). … … 30 30 A memory region is initialy allocated for the memory allocator (malloc). The virtual memory is disabled when Mutek boot, but virtual memory allocators need to use malloc for their structures. So malloc must be available, with enought already mapped space. 31 31 32 == Plateform modification==32 == Note to Soclib users == 33 33 34 You must substitute the ''vci_xcache_wrapper'' by ''vci_vcache_wrapper2'' and the ''vci_ram'' by ''vci_simple_ram'' in the mutek tutorial plateformfor virtual memory testing.34 When using a SoCLib plateform, you must substitute the ''vci_xcache_wrapper'' by ''vci_vcache_wrapper2'' and the ''vci_ram'' by ''vci_simple_ram'' in the mutek tutorial topcell for virtual memory testing. 35 35