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
3170 5814 d 0 h svoboda /branches/dynload/uspace/srv/loader/ Get rid of fixed PCB addresses in loader. Get rid of arch/pcb.h files  
3169 5814 d 1 h svoboda /branches/dynload/uspace/srv/loader/ Update loader's program_run() to pass PCB pointer. (some arches appear broken)  
3161 5815 d 21 h svoboda /branches/dynload/uspace/srv/loader/arch/ia32/ Fix: ia32 default calling convetion is cdecl, args are on the stack  
3157 5815 d 22 h svoboda /branches/dynload/ Move app/iloader to srv/loader part 1  
3132 5820 d 0 h svoboda /branches/dynload/ Fix unintended mips32 makefile modification introduced in r2996. Fix mips32.s in iloader.  
3131 5820 d 5 h svoboda /branches/dynload/uspace/app/iloader/ Add per-arch assembler routines for jumping to program entry point, making ia64 finally work.  
3129 5820 d 21 h svoboda /branches/dynload/ initial ia64 support in iloader (broken)  
3102 5827 d 3 h svoboda /branches/dynload/ Update iloader linker scripts for supported arches  
3004 5837 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.  
2994 5840 d 20 h svoboda /branches/dynload/uspace/app/iloader/ Add per-arch Makefiles for iloader to set machine word length.  
2993 5840 d 22 h svoboda /branches/dynload/uspace/app/iloader/arch/ Add arm32 and amd64 support to iloader  
2988 5841 d 0 h svoboda /branches/dynload/uspace/app/iloader/ Per-arch PCB address definition  
2987 5841 d 0 h svoboda /branches/dynload/uspace/app/iloader/arch/ Add iloader link scripts for mips32 and ppc32 (tested)  
2959 5844 d 7 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 5848 d 5 h svoboda /branches/dynload/uspace/app/iloader/ Merge iloader (c2928) from tracing to dynload  
2928 5848 d 6 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.