mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
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:
+2
-2
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user