Closed GoogleCodeExporter closed 8 years ago
I think it is better to have only one version that supports PAE and non-PAE, so
it is
not confused to users (who dont care about PAE or not), and easier to maintain.
There is no reason to doing check for PAE before every translation: you can do
that
once at initialization time, and use the result to avoid later check.
Original comment by junkoi2...@gmail.com
on 1 Jun 2010 at 1:54
It would be very nice to have a version of HyperDbg that is able to adapt to
the
guest and to switch PAE support "on" and "off" on demand.
However, I think it is better to start with a very basic support for PAE (i.e.,
a
compiler switch that enables/disables PAE). Then, when it will be clear which
kind of
changes are needed to support PAE, we can develop a better version of the core
that
enables PAE on demand.
As I said to Jon on the mailing list, PAE is currently at the top of our TODO
list ;-
)
Original comment by roberto.paleari@gmail.com
on 4 Jun 2010 at 7:18
Original comment by roberto.paleari@gmail.com
on 15 Jun 2010 at 1:49
Original issue reported on code.google.com by
jlari...@gmail.com
on 31 May 2010 at 3:33