Subversion Repositories HelenOS

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
2965 5843 d 22 h svoboda /branches/dynload/uspace/ Add headers for dynamic-loading-related ELF stuff. Reorganize rtld include directories.  
2964 5843 d 23 h svoboda /branches/dynload/uspace/app/iloader/ Restructure elf loader data. Extract .dynamic section address  
2962 5844 d 0 h svoboda /branches/dynload/uspace/app/iloader/ Restructure iloader. Rename elf.c to elf_load.c (need elf_load.h vs elf.h)  
2961 5844 d 0 h svoboda /branches/dynload/uspace/app/iloader/ Read section headers in iloader  
2949 5845 d 15 h svoboda /branches/dynload/ Add a python script 'bin2c.py' and an application 'iramfs' to smuggle an executable file into VFS. Demonstrate by running Tetris from VFS  
2932 5847 d 20 h svoboda /branches/dynload/uspace/ Fix iloader loading with bias and add it to makefile  
2929 5847 d 23 h svoboda /branches/dynload/uspace/app/iloader/ Merge iloader (c2928) from tracing to dynload  
2928 5848 d 0 h svoboda /branches/tracing/uspace/app/iloader/ Add Initial Loader (iloader), a program that can load a statically-linked ELF image from VFS into its address space and run it.