On 11/01/10 03:46, wagner meneguzzi pinto wrote:
> Hello Gabe ...
> So since the command refers to virtual machine that will be simulated,
> then by chance I could simulate a machine with a different
> architecture from my computer??
> For example, my machine could build X86 M5 with a different virtual
> machine (scons build/ALPHA_FS...MIPS_FS...SPARC_FS/m5.debug )????
>

Yes. It's not a virtual machine in the VMware sense where there's native
execution or in the QEMU sense where there's dynamic translation to
native code. M5 is most like an interpreter, and it can interpret any
implemented ISA on any ISA M5 can run on generally, less the occasional
endianness/alignment/etc. bug.

> I get confused by the following too. When building the simulator for
> example with X86_FS in build/X86_FS/arch directory, it creates a
> folder for each aquitetura (alpha, mips, sparc, x86), which means
> these folders with all architectures?
> I appreciate the attention
>

These are just there because they're in the source tree. They don't (or
at least shouldn't) get built into the simulator if they don't match the
ISA that's being built. X86_FS doesn't use arch/sparc, for example.

Gabe

>
> --- Em *seg, 1/11/10, Gabe Black /<[email protected]>/* escreveu:
>
>
>     De: Gabe Black <[email protected]>
>     Assunto: Re: [m5-users] Parameter of scons
>     Para: "M5 users mailing list" <[email protected]>
>     Data: Segunda-feira, 1 de Novembro de 2010, 0:42
>
>     It's the ISA the simulator will simulate.
>
>     Gabe
>
>     wagner meneguzzi pinto wrote:
>     > When you run the command "scons build/X86_FS/m5.debug" X86 this
>     > parameter corresponds to the machine emulated (virtual) or
>     native (of
>     > my own machine)?
>     >
>     >
>     > 
>     >
>     ------------------------------------------------------------------------
>     >
>     > _______________________________________________
>     > m5-users mailing list
>     > [email protected] </mc/[email protected]>
>     > http://m5sim.org/cgi-bin/mailman/listinfo/m5-users
>
>     _______________________________________________
>     m5-users mailing list
>     [email protected] </mc/[email protected]>
>     http://m5sim.org/cgi-bin/mailman/listinfo/m5-users
>
>
>  
>
>
> _______________________________________________
> m5-users mailing list
> [email protected]
> http://m5sim.org/cgi-bin/mailman/listinfo/m5-users

_______________________________________________
m5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/m5-users

Reply via email to