notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

Scheduling.md (402B)


      1 # Scheduling
      2 
      3 CPU Scheduling is done on the OS level and is generally simply about the clocks given. This can cause issues with [DRAM](DRAM.md) because the DRAM controller prioritizes requests associated with buffered rows of memory meaning that even if two processes have the same priority they will not necessarily get the same access to memory because of optimizations done in the DRAM controller.