mtfuller / os-team-project

This is the main repository for the OS Team Project for CS 3502.
0 stars 0 forks source link

I think I finished the Threaded CPUs #27

Closed mtfuller closed 8 years ago

mtfuller commented 8 years ago

I believe I finished getting the CPUs to work as multiple threads. Each CPU has 1 thread, and each should be able to read/write from a single RAM without any concurrency issues. Updated test code for the Threaded CPUs and the DMA Channels.