-
Notifications
You must be signed in to change notification settings - Fork 121
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
Add Bochs user mode emulator like SDE or QEMU #388
Comments
In ideal world instead of copying console linux binary into Bochs and running I would bochs [-h] [-d] [-L path] [-s size] [-cpu model] [-g port] [-B offset] program [arguments...] |
From your link:
Launching processes and emulating computers are different things in my opinion. |
Intel SDE is also emulator of CPU as well as QEMU. But for this feature main advantage is abstraction from disk images and guest operating system. How I see it ?
|
With SSH access to guest there should not be many problems in automating this task. |
For QEMU it is:
QEMU User space emulator, mentioned in QEMU docs: https://www.qemu.org/docs/master/user/main.html
I believe code from QEMU could be heavily reused as well
The text was updated successfully, but these errors were encountered: