[ros-kernel] Different Hardware Architectures
Mark IJbema
mark at ijbema.xs4all.nl
Tue Apr 27 00:00:44 CEST 2004
On Mon, Apr 26, 2004 at 04:33:16PM -0400, Waldo Alvarez Ca?izares wrote:
> The only reason I see to port it is if you make something like a decompiler + compiler to make those existing programs run on top of the new arch.
Actually, they really did this with when porting VMS to another hardware
platform. You don't really need to decompile, just to recompile, by
translating instructions for one arch to another. Actually this is
excactly what qemu does (if i understood correctly), only at runtime,
but one could do it compiletime as well.
Mark
More information about the Ros-kernel
mailing list