rOSt
rOSt copied to clipboard
Loading the process from e.g. an ELF file
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.
Could be useful: elf_rs