v3n / os

Operating Systems assignment.
MIT License
0 stars 0 forks source link

m-CPU Cores #6

Open v3n opened 9 years ago

v3n commented 9 years ago

Construct four (4) clones of the CPU and run them concurrently as threads. The threads share certain resources (memory and ready queue) which are maintained by the system. Each clone has its own/private cache. Any available thread or CPU can be used to run any processes in the queue.