Hi,
Let assume that I added to struc Process additional attribute: int vertex;
Now, I would like to every proccess has initialised this attribute: vertex = 100 when the process is creating first time.
How do it?
Minix, intialization of proccess
Re: Minix, intialization of proccess
Uhm, probably set it in your create_process function?!