Minix, intialization of proccess

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
szarek
Posts: 14
Joined: Thu Sep 04, 2014 9:27 am

Minix, intialization of proccess

Post 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?
Techel
Member
Member
Posts: 215
Joined: Fri Jan 30, 2015 4:57 pm
Location: Germany
Contact:

Re: Minix, intialization of proccess

Post by Techel »

Uhm, probably set it in your create_process function?!
Post Reply