-
Notifications
You must be signed in to change notification settings - Fork 43
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
Unimplemented: #GP handler #4
Comments
I haven't hit this before, but upstream I see others have copy/v86#1 (comment). |
Yeah, though that seems to have been resolved many years ago :/. |
copy/v86@352dc7d makes is seem like something with seabios, but I don't understand why you'd hit it. I'll have to try and reproduce locally, but I'm not able to debug this right now. |
Can you give me better STR for this? What does "putting in the directory to load crashes the VM" mean exactly? Thanks. |
I have this fork, with a small config change: https://github.com/avaer/browser-vm Then I run the docker build on that fork. Then I docker run without modification, and I successfully get the resulting ISO out of it ( I then clear all |
@humphd Is there any solution found for this issue. I tried to use the libv86.js from ' https://github.com/humphd/v86/tree/filer-9p-lastknowngood' and passed a new filesystem object with basic v86 emulator API call. It hits with this error and doesn't boot. what are the mandatory parameters to be passed for boot. |
I haven't looked into this, so I'm not sure. I'd have to immerse myself in this code again to figure out what's up. What are you trying to do? I have zero time at the moment, but after I finish teaching, at the end of the semester, I might have time to update things for people who want to build on it. |
As said earlier. Trying to use the "libv86.js" with Filer filesystem included. As you did, new filesystem object. When I tried to load, it always fails with #GP Handler error in line 616 of libv86.js. What are the mandatory arguments for the new file system object. As I can see you passed fs, Buffer, Path, sh and function to take input filesystem Short summary - I took your browser-shell project, built it, bundled it with browserify and served through Node server. It fails with same error. |
Any update by anyone on this issue? I am facing the same issue too |
I've hit this as well..in my case it was a build (iso) which was bigger in filesize which exceeded the |
I'm trying to build my own v86 using Docker, but putting in the directory to load crashes the VM:
Something I'm doing wrong?
The text was updated successfully, but these errors were encountered: