Research on embedded single address space OS in dynamic loading

Li Peiliang,Li Zhenpeng
DOI: https://doi.org/10.3969/j.issn.1000-8519.2010.07.006
2010-01-01
Abstract:Presently some feature phone and embedded OS aren’t virtual address, they can’t update modules or load new application dynamically, it needs re-compile and link all system software, this will limit the flexibility and extension of the system. If we can implement the dynamic load of the module and application, we will improve the system flexibility and extension. This paper introduces the dynamic load solution, such as run the dynamic module, position independence code and the call of system interface, it gives the reference implantation also, and verified in one feature phone, it works as design. At last, the paper analyzes the system security and next step extension.
What problem does this paper attempt to address?