Please faster reply
I can't implement data structure that represent Process Control Block
Implement (PCB)
Re: Implement (PCB)
Ok, then you'll get a fast answer. Basically you need a struct containing a page directory (if you have paging) and for multitasking you need three integers which represents eip, esp and ebp (for remembering the state when context switching). And a pid number probably. That's it =)
Last edited by Jezze on Wed Nov 02, 2011 3:06 pm, edited 1 time in total.
Fudge - Simplicity, clarity and speed.
http://github.com/Jezze/fudge/
http://github.com/Jezze/fudge/
Re: Implement (PCB)
Jezze, you took 6 minutes. Too slow !
If a trainstation is where trains stop, what is a workstation ?
Re: Implement (PCB)
Can I blame my tiny keyboard? =)
Fudge - Simplicity, clarity and speed.
http://github.com/Jezze/fudge/
http://github.com/Jezze/fudge/
Re: Implement (PCB)
Locked.
@op: please do your research and also read the forum rules.
@op: please do your research and also read the forum rules.