rOSt icon indicating copy to clipboard operation
rOSt copied to clipboard

Loading the process from e.g. an ELF file

Open github-actions[bot] opened this issue 3 years ago • 1 comments

We have to look up the structure of an ELF file and prepare the user memory mapping according to it. Then we can load the program and it's data to proper places and create a process out of it.


https://github.com/0xffset/rOSt/blob/95894c24dfbb6fca1113ab23d5b5feb8d5f28363/kernel/src/processes/process.rs#L42-L47


This issue was generated by todo-issue based on a TODO comment in 95894c24dfbb6fca1113ab23d5b5feb8d5f28363.

github-actions[bot] avatar May 30 '22 17:05 github-actions[bot]

Could be useful: elf_rs

michalusio avatar Jun 11 '22 20:06 michalusio