Subversion Repositories HelenOS

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
3102 5827 d 2 h svoboda /branches/dynload/ Update iloader linker scripts for supported arches  
3004 5837 d 1 h svoboda /branches/dynload/ A crude task_spawn() libc function to run a program. A tiny command-line application 'cli' to test it.  
2982 5841 d 19 h svoboda /branches/dynload/uspace/ Link dltest with libc.so. Runs, but no console output.  
2977 5843 d 0 h svoboda /branches/dynload/uspace/app/ Transfer data in larger chunks  
2971 5843 d 3 h svoboda /branches/dynload/uspace/ Add libtest to iramfs. Link rtld with position-independent libsoftfloat.  
2968 5843 d 20 h svoboda /branches/dynload/uspace/ Parse .dynamic section fields into a more useful form.  
2959 5844 d 6 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 5845 d 20 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 5845 d 20 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