Skip Navigation

Nomenclature: CPU Core/Threads vs Kernel Threads - how do you avoid ambiguity?

Reading Robert Love's Linux Kernel Development. I'm just a hobbyist. I'm familiar with hardware manufacturers listing CPU cores that each have two threads.

Reading about Kernel processes and executing threads makes very little sense compared to a hardware core with two threads. One of my main goals is to understand the CPU scheduler, and really how it relates to cache management, pipeline, and branch prediction. I'm also curious about the difference in these systems when multi (hw) threading is turned off.

3
3 comments