[panda-users] Supported OS/architectures

Brendan Dolan-Gavitt brendan at cs.columbia.edu
Tue Apr 21 16:30:42 EDT 2015


There is a bit of work involved in enabling other architectures. We
have done some work on adding MIPS in the rehosting_30 branch
(https://github.com/moyix/panda/commits/rehosting_30), so you can see
what needed to be done. The main sticking point is that adding
record/replay support for other architectures is non-trivial, since
there are typically architecture-specific sources of nondeterminism
that need to be captured and logged. If your use of PANDA doesn't need
record/replay, then it's pretty simple to extend to another
architecture.

-Brendan

On Sat, Apr 18, 2015 at 1:57 PM, Igor R <boost.lists at gmail.com> wrote:
> Hello,
>
>
> I'm wondering what architectures PANDA supports at the moment. The
> script that comes with it builds x86, x86_64 and arm variants only.
> Does it mean that those the only archs supported right now, or some
> other ones could be enabled somehow? Besides, what guest OSes can be
> run with PANDA?
>
>
> Thanks.
> _______________________________________________
> panda-users mailing list
> panda-users at mit.edu
> http://mailman.mit.edu/mailman/listinfo/panda-users



More information about the panda-users mailing list