Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - B index
The Linux kernel configuration item CONFIG_BINFMT_ELF_FDPIC
:
(! CONFIG_BINFMT_ELF ) && ( CONFIG_ARM || (( CONFIG_M68K || CONFIG_RISCV || CONFIG_SUPERH || CONFIG_XTENSA ) && ! CONFIG_MMU ))
ELF FDPIC binaries are based on ELF, but allow the individual load segments of a binary to be located in memory independently of each other. This makes this format ideal for use in environments where no MMU is available as it still permits text segments to be shared, even if data segments are not.
It is also possible to run FDPIC ELF binaries on MMU linux also.
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - B index
Automatically generated (in year 2024). See also LKDDb sources on GitLab