Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

emul: Load and test an ELF #178

Merged
merged 6 commits into from
Aug 31, 2024
Merged

emul: Load and test an ELF #178

merged 6 commits into from
Aug 31, 2024

Conversation

naure
Copy link
Collaborator

@naure naure commented Aug 30, 2024

Issue #111. Depends on #173.

  • Parse compiled VM programs. This uses the elf crate and a function taken from Risc0.
  • Load the code and data into ROM and RAM.
  • Execute the program with the emulator.

@naure naure requested review from kunxian-xia and hero78119 August 30, 2024 10:24
@naure naure marked this pull request as ready for review August 30, 2024 10:29
@naure naure merged commit 1d7f95d into runtime Aug 31, 2024
2 checks passed
@naure
Copy link
Collaborator Author

naure commented Aug 31, 2024

Merged with #173

@naure naure deleted the emul-elf branch August 31, 2024 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant