>>>>> "AZ" == Aleksandar Zoranic <
azor...@gmail.com> writes:
AZ> Hi,
AZ> Do you think I can get that Windows 7 driver for TEMU? And if so,
AZ> would it support TEMU 1.0?
To my knowledge, no one has yet succeeded in getting Windows 7 to boot
properly under TEMU, a limitation which is shared by the older version
of QEMU on which TEMU is based. More recent versions of QEMU can boot
Windows 7 properly, but when I tried to do a bisection I didn't find
an obvious candidate fix that could be backported, suggesting that the
problem is something like timing.
As a hardware-level emulator, no special driver is supposed to be
required for TEMU to boot an operating system (which is why the
problem described in the previous paragraph is unexpected and
considered a bug). So I presume that by a "driver" you referring to
the "guest driver" which TEMU uses to get high-level information like
the list of running processes out of the machine. The TEMU guest
driver originally written for Windows XP uses mostly documented
interfaces, so it should be portable to later Windows versions fairly
straightforwardly. If I remember correctly, Alex Bazhanyuk succeeded
in getting it to compile against the Windows 7 driver development kit,
but couldn't test it because of the problem mentioned in the previous
paragraph. So while it might be straightforward for you to either
reproduce his work or get a copy from him, I think that doing so would
be futile without a fix for the booting problem.
Hope this helps,
-- Stephen