CS401 Assignment No. 4
Sunday, January 16, 2011 Posted In CS and IT Edit ThisAssignment
Modify multitasking and dynamic thread registration example (11.2) such that
• It displays a rotating bar on bottom left corner of the screen (you can take help from Example 11.1).
• Also, if we press “S (both small and caps)”, it will generate new process which will display rotating bars on screen in next row from the previous one.
• And if “A (both small and caps)” is pressed from keyboard it will restore every thing to normal as it was before the multitasking kernel was there.
• You can generate maximum up to 10 processes. After 10 processes no new process will be created if “S (both small and caps)” will be pressed from keyboard.
Note: comments and indentations with each line in your code should be properly used it has 2 marks.