Subversion Repositories HelenOS

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
3102 5849 d 9 h svoboda /branches/dynload/ Update iloader linker scripts for supported arches  
3004 5859 d 7 h svoboda /branches/dynload/ A crude task_spawn() libc function to run a program. A tiny command-line application 'cli' to test it.  
2982 5864 d 2 h svoboda /branches/dynload/uspace/ Link dltest with libc.so. Runs, but no console output.  
2977 5865 d 7 h svoboda /branches/dynload/uspace/app/ Transfer data in larger chunks  
2971 5865 d 10 h svoboda /branches/dynload/uspace/ Add libtest to iramfs. Link rtld with position-independent libsoftfloat.  
2968 5866 d 2 h svoboda /branches/dynload/uspace/ Parse .dynamic section fields into a more useful form.  
2959 5866 d 13 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  
2952 5868 d 2 h svoboda /branches/dynload/ Load rtld.so with iloader and make it write to console with a stripped-down version of the C library  
2949 5868 d 3 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