How to get pcb(process control block) of a process
807567Nov 28 2000 — edited Dec 17 2000Now I am trying to move a running process from a work station to another work station so I want to know the value of some key registers such as :pc(program counter),sp(stack pointer),psw(process status word) and so on. In tradition Unix these registers are in the struct pcb which is included in the struct user but I am not able to find it in struct user and proc of Solaris2.5.1. Therefore I want to know how to get pcb and if possible how to modify it.
Thank any help in advance.
Heartless