View previous topic :: View next topic |
Author |
Message |
chochang262 Newbie cheater
Reputation: 0
Joined: 31 May 2012 Posts: 20 Location: United States
|
Posted: Thu May 31, 2012 2:29 am Post subject: DBVM on virtual machine. |
|
|
Hi. I'm relatively new to the site and I was wondering...(I'm not to sure what it is or how it works but my normal operating system cannot make use of DBVM) If I were to use a virtual machine would it be possible to install CE on that and run it via VM. and if the answer is yes could you point me in a general direction of which operating system. If no mabey a section of info. about DBVM so that I can learn a bit more and go from there. Thanks for any help before hand.
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25806 Location: The netherlands
|
Posted: Thu May 31, 2012 2:51 am Post subject: |
|
|
only virtual machine I know that supports dbvm is bochs.
It's extremely slow though, but I think it should be fast enough for dos 6.1, windows 3.1, and perhaps even windows 95. (nt 4.0 might work too, and with some luck win2k as well)
It might be easier to just buy a intel system (and 2 pci serial ports to access the internal debugger)
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping
Last edited by Dark Byte on Thu May 31, 2012 3:11 am; edited 1 time in total |
|
Back to top |
|
 |
chochang262 Newbie cheater
Reputation: 0
Joined: 31 May 2012 Posts: 20 Location: United States
|
Posted: Thu May 31, 2012 3:10 am Post subject: |
|
|
Thanks for the quick and informative help
I'll keep your advice in mind Thank you!
PS. why is my username in a post from like 2009 I wasn't even here then.
it's stickied on the general discussions page.
|
|
Back to top |
|
 |
STN I post too much
Reputation: 43
Joined: 09 Nov 2005 Posts: 2676
|
Posted: Thu May 31, 2012 9:26 am Post subject: |
|
|
chochang262 wrote: | Thanks for the quick and informative help
I'll keep your advice in mind Thank you!
PS. why is my username in a post from like 2009 I wasn't even here then.
it's stickied on the general discussions page. |
Because :> http://forum.cheatengine.org/viewtopic.php?t=473706
_________________
|
|
Back to top |
|
 |
mystique Guest
|
Posted: Mon Oct 08, 2012 11:22 am Post subject: |
|
|
Dark Byte wrote: | only virtual machine I know that supports dbvm is bochs.
It's extremely slow though, but I think it should be fast enough for dos 6.1, windows 3.1, and perhaps even windows 95. (nt 4.0 might work too, and with some luck win2k as well)
It might be easier to just buy a intel system (and 2 pci serial ports to access the internal debugger) |
Ok old thread but no need to start a new one... This question isn't actually about DBVM but HW-assisted virtualization in general...
DBVM requires VT-x from the processor, right? So it can't be run in another virtual machine unless that VM can emulate VT-x? And am I right that a VM that uses VT-x (e.g. Virtualbox) cannot expose hardware virtualization features to the guest system, so the processor must be emulated entirely in software (like Bochs does)?
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25806 Location: The netherlands
|
Posted: Mon Oct 08, 2012 12:22 pm Post subject: |
|
|
A vm that uses VT-x CAN expose this functionality to the guest system, but it will need to hijack all the calls to and from the VT-x instruction set.
e.g when the control block is generated don't pass that block on to the system, but pass a modified copy on which then returns to the original VM who can then pass that on to the guest faking that it came from hardware
It's a lot of extra work and often not worth the time to add in (Who wants to run a vm inside a vm ?)
(the VTx implementation already facilitates in breaking when a VT-x instruction is called. The usual reaction for now is to return an #UD though )
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
|