Back to Resources

Operating Systems Research Hub

From theoretical foundations to practical implementations

Theoretical Foundations

The Structure of the "THE"-Multiprogramming System
Edsger Dijkstra, 1968 Advanced
5.0
A classic paper describing the layered structure of the THE operating system, introducing many fundamental concepts of operating system design.
Download PDF

Practical Implementations

Quantifying The Cost of Context Switch
Chuanpeng Li et al., 2007 Beginner
5.0
Experimental quantification of the indirect cost of context switch using a synthetic workload, measuring the impact of program data size and access stride.
Download PDF
Analysis of false cache line sharing effects on multicore CPUs
Suntorn Sae-eung, 2010 Beginner
5.0
A study on the effects of false cache line sharing in multicore CPUs and its impact on system performance.
Download PDF
User-level Scheduling on NUMA Multicore Systems under Linux
Blagodurov et al., 2011 Advanced
4.0
A study on user-level scheduling techniques for NUMA multicore systems, examining performance implications and optimization strategies.
Download PDF