More documentation updated to reference the ELF loader.

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5277 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2012-10-29 21:47:14 +00:00
parent dd28c142dd
commit 770d86d80b
+2 -2
View File
@@ -424,10 +424,10 @@ defconfig -- This is a configuration file similar to the Linux
than value).
CONFIG_NXFLAT. Enable support for the NXFLAT binary format. This format
will support execution of NuttX binaries located in a ROMFS filesystem
(see examples/nxflat).
(see apps/examples/nxflat).
CONFIG_ELF - Enable support for the ELF binary format. This format will
support execution of ELF binaries copied from a file system and
relocated into RAM.
relocated into RAM (see apps/examples/elf).
If CONFIG_ELF is selected, then these additional options are available: