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

Understanding Renode internal code base #577

Open
asmitaj08 opened this issue Jan 16, 2024 · 0 comments
Open

Understanding Renode internal code base #577

asmitaj08 opened this issue Jan 16, 2024 · 0 comments

Comments

@asmitaj08
Copy link

Hi,
I am trying to understand renode code base. I have been looking into it since last couple of days (parallely learning c# on the way, so it's kinda a bit difficult for me).
I have a query regarding it. Any help would be highly appreciated. Thank you!!
Query :
When we start the emulation, I believe, it's inside ExternalsManager.Start() , which internally looks for IHasOwnLife interface types and performs external.Resume(); or target.Resume(); or external.Start(); , target.Start(); depending on condition which is met. But I can't figure out where are these Resume() or Start() method actually defined, like where are they actually loading the binary and starting the execution.

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

No branches or pull requests

1 participant