Skip to content

Binary loader

Legot Quentin requested to merge bin-loader into thread_scheduler

Addition of a loader of binary file, which load file from host file system and parse it and load its content into simulator main memory

Lists of tasks:

  • Load and parse headers
  • Load into memory depending of headers content
  • Tests (WIP)
    • Elf header
    • section header
    • Modify gitlab ci file to make it build C tests files before executing cargo tests
Edited by Legot Quentin

Merge request reports