Subversion Repositories HelenOS

Rev

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

Filtering Options

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