uClinux/uClinux-distでのバイナリフォーマット設定

http://docs.blackfin.uclinux.org/doku.php?id=elf_and_flat に詳しい.

uclinux-2.6.22/fs/Kconfig.binfmt より,

FDPIC ELF binaries

依存関係: FRV,BLACKFINアーキテクチャ限定

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.

flat binaries

依存関係: NOMMU時のみ
フォーマット: http://www.beyondlogic.org/uClinux/bflt.htmUCDOT | Embedded Linux and uClinux Developer Forum

Flat binary format is a relatively simple and lightweight executable format based on the original a.out format.