Subversion Repositories HelenOS

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
4342 5484 d 21 h svoboda /branches/dynload/ Merge trunk changes up to r3889 to dynload.  
3157 5801 d 22 h svoboda /branches/dynload/ Move app/iloader to srv/loader part 1  
3102 5813 d 4 h svoboda /branches/dynload/ Update iloader linker scripts for supported arches  
3004 5823 d 2 h svoboda /branches/dynload/ A crude task_spawn() libc function to run a program. A tiny command-line application 'cli' to test it.  
2987 5827 d 1 h svoboda /branches/dynload/uspace/app/iloader/arch/ Add iloader link scripts for mips32 and ppc32 (tested)  
2959 5830 d 8 h svoboda /branches/dynload/ Load both program and dynamic linker from program loader. Pass program entry point to dynamic linker and have it run the program  
2929 5834 d 6 h svoboda /branches/dynload/uspace/app/iloader/ Merge iloader (c2928) from tracing to dynload  
2928 5834 d 7 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.