Forum Discussion
Altera_Forum
Honored Contributor
21 years agoWhat are you planning to use your virtual memory for, and what will you use as the backing store for it?
Neither the HAL nor any other OS I'm aware of supports virtual memory (or the mmap function) - as has been pointed out it will be hard for them to do so until we have an MMU. As I said in another post, it might be possible, without an MMU, to implement a subset of mmap for file access, but it will be less efficient than using read/write.