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
3157 5814 d 1 h svoboda /branches/dynload/ Move app/iloader to srv/loader part 1  
3131 5818 d 8 h svoboda /branches/dynload/uspace/app/iloader/ Add per-arch assembler routines for jumping to program entry point, making ia64 finally work.  
3101 5825 d 7 h svoboda /branches/dynload/uspace/app/iloader/ Add some doc-comments to iloader  
3004 5835 d 5 h svoboda /branches/dynload/ A crude task_spawn() libc function to run a program. A tiny command-line application 'cli' to test it.  
2991 5839 d 1 h svoboda /branches/dynload/uspace/app/iloader/include/ Fix __pcb_get() return type  
2990 5839 d 2 h svoboda /branches/dynload/uspace/ Add function inline function __pcb_get() for getting PCB address  
2989 5839 d 3 h svoboda /branches/dynload/uspace/ Simplify rtld bootstrap by passing its bias and dynamic section pointer in PCB  
2988 5839 d 3 h svoboda /branches/dynload/uspace/app/iloader/ Per-arch PCB address definition  
2982 5839 d 23 h svoboda /branches/dynload/uspace/ Link dltest with libc.so. Runs, but no console output.  
2972 5841 d 6 h svoboda /branches/dynload/uspace/ Add so_bias argument to elf_load_file(). Successfully load libtest.so into memory.  
2969 5841 d 23 h svoboda /branches/dynload/uspace/ Incorporate ELF loader from iloader to rtld