jserv / rv32jit

JIT-accelerated RISC-V instruction set simulator
MIT License
31 stars 7 forks source link

Refactor ELF auxiliary vector #9

Closed EagleTw closed 1 year ago

EagleTw commented 1 year ago
  1. Align the ELF auxiliary vector structure with the Linux struct for consistency.
  2. Add comments to provide hints for understanding the auxiliary vector structure.
  3. Reorder the auxiliary vector entries in define order for easier lookup.
jserv commented 1 year ago

You can send another pull request which eliminates the dependency of libelf.

jserv commented 1 year ago

Thank @ypaskell for contributing!