Relocatable ELF vs Executable ELF in Apache #NuttX RTOS
Source: https://github.com/lupyuen/quickjs-nuttx#relocatable-elf-vs-executable-elf
@lupyuen oh why is an OS directly executing relocatable ELFs? Or is this kind of dynamic linking by doing the linking step in runtime?
@icenowy I think it's because NuttX also supports microcontrollers with Memory Protection Unit (but don't have Memory Mgmt Unit) ... So NuttX will relocate each ELF App to a Memory Region that's allocated to the app