On Sun, June 24, 2012 11:43 pm, vishal rawtiya wrote:
> Hello!
>    I guess i was not clear enough in my question last time as i din't
> receive any response so here i am.
>
> 1) I want to modify gem5 so that it can identify shared region among the
> processes.
> 2) I found that arch/x86 may support system calls like shmget, shmctl etc.
> but currently those system calls are  not implemented.
> But,
> I am working with alpha "(SE mode)" so is there any way that i can modify
> gem5
> i) To support the system calls mentioned above.
> ii) or may be use other IPC methods like message passing or others.
>
>      Thank you.
> Vishal
>

Why do you need to send the same email to two different lists related to
gem5? You did not even bother to read the response that was sent to your
original email on gem5-users list?

gem5 is a piece of software which can be modified in whatever way you
like. If you need those system calls, you can implement them on your own.
And if you have heard of threads (pthreads, or something similar), you
might want to use it.

--
Nilay

_______________________________________________
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to