Page 1 of 1

Minix, intialization of proccess

Posted: Mon Feb 09, 2015 6:04 pm
by szarek
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?

Re: Minix, intialization of proccess

Posted: Tue Feb 10, 2015 3:48 am
by Techel
Uhm, probably set it in your create_process function?!