Re: [uml-devel] ptrace_test.c program on PPC

2005-03-22 Thread Blaisorblade
On Sunday 20 March 2005 20:25, ashwin tanugula wrote: > Hi, > I know that UML has to be ported to PPC. I want to resume that work. I > just wanted to make sure that my PPC box can run uml.(because the > first step in porting uml is to check that the ptrace_test.c file > outputs two same pids). Sinc

Re: [uml-devel] ptrace_test.c program on PPC

2005-03-20 Thread Blaisorblade
On Friday 18 March 2005 01:15, ashwin tanugula wrote: > Hi! > I tried running ptrace_test.c on my ppc. Initially i initialized > ORIG_EAX to 20 which is the system call number for getpid on my ppc, > but it gave out two different pids. > Then i started playing with the numbers > Finally i got same

[uml-devel] ptrace_test.c program on PPC

2005-03-17 Thread ashwin tanugula
Hi! I tried running ptrace_test.c on my ppc. Initially i initialized ORIG_EAX to 20 which is the system call number for getpid on my ppc, but it gave out two different pids. Then i started playing with the numbers Finally i got same pids when i put ORIG_EAX to 0 , which is the system call number fo