ManyThreads / mythos

Many Threads Operating System
https://manythreads.github.io/mythos/
MIT License
17 stars 4 forks source link

I183 user space memory management #186

Open gypsephi opened 3 years ago

gypsephi commented 3 years ago

Implemented user memory management as mentioned in #183. The user memory ranges are provided to init app via info frame. The test just prints the provided memory ranges. In order to keep the memory requirement for the example init app low, the memory size for qemu and ihk have not been increased. (you need to increase those manually in order to get some test output) Mapping and using the provided memory is neither implemented yet nor tested.

No warnings. This is tested with qemu and IHK.