summaryrefslogtreecommitdiff
path: root/apps/examples/elf/elf_main.c
Commit message (Expand)AuthorAgeFilesLines
* Use more standard *argv[] instead easier **argvGregory Nutt2014-09-061-1/+1
* With kernel build, entry point to all tasks is main, not some xyz_mainGregory Nutt2014-09-061-0/+4
* Change all variadic macros to C99 styleGregory Nutt2014-05-221-4/+4
* Add a ROMFS file system for testing the P-Code binary formatGregory Nutt2014-05-081-4/+0
* Move ramdisk.h to include/nutt/fs/ramdisk.hGregory Nutt2013-12-101-1/+1
* Change the way thread priority is handled in binfmt/ to better match the way ...patacongo2013-01-171-1/+1
* Some minor fixes for CONFIG_ADDRENV=ypatacongo2012-12-191-3/+38
* C++ constructors work with ELF load nowpatacongo2012-10-291-5/+75
* The ELF loader is basically functional (needs more testing)patacongo2012-10-271-2/+9
* Rename elf.h to elf32.h; Additional ELF loader changespatacongo2012-10-261-1/+1
* More ELF loader changespatacongo2012-10-251-0/+232