Chapter 5 of 'Operating System Concepts' discusses process scheduling, introducing key concepts, scheduling criteria, and various algorithms used in operating systems. It covers CPU scheduling, thread scheduling, and includes evaluation of algorithms like FCFS, SJF, and round robin, among others. The chapter emphasizes the importance of optimizing CPU utilization, throughput, and response time in scheduling decisions.