-
Notifications
You must be signed in to change notification settings - Fork 6
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
draft: support for hexagon VM #88
base: hexagon_sysemu_20_dec_2023
Are you sure you want to change the base?
Conversation
3204331
to
38d15d5
Compare
Some progress here.. When booting linux, we get through ~4600 instructions before we hit one of these panics in
|
Now that I think of it, the unimplemented |
aea8b67
to
f6b3f52
Compare
cc9e4ca
to
4531d97
Compare
Status: boots linux kernel up to setup_command_line() before panic Hacks: * vmnewmap call not implemented (does get invoked by linux) * vmyield call not implemented (does get invoked by linux) * trap0 not quite right (not _yet_ invoked by linux) ... and more Signed-off-by: Brian Cain <[email protected]>
FIXME: while following the spec for vmnewmap and the kernel source, I thought I understood the expected behavior but based on what I've seen so far I think it's not yet implemented correctly. Signed-off-by: Brian Cain <[email protected]>
Signed-off-by: Brian Cain <[email protected]>
No description provided.