v3n / os

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

CPU Program Cache #5

Open v3n opened 9 years ago

v3n commented 9 years ago

Add a program cache to the CPU module and compile it. And when the scheduler assigns a process to the CPU, the whole process must be loaded into the program cache of the CPU from the RAM. Run this single CPU as a single thread (a uniprocessor system).