Affiliation:
1. Massachusetts Institute of Technology, Cambridge, MA
Abstract
The next decade will afford us computer chips with 100's to 1,000's of cores on a single piece of silicon. Contemporary operating systems have been designed to operate on a single core or small number of cores and hence are not well suited to manage and provide operating system services at such large scale. If multicore trends continue, the number of cores that an operating system will be managing will continue to double every 18 months. The traditional evolutionary approach of redesigning OS subsystems when there is insufficient parallelism will cease to work because the rate of increasing parallelism will far outpace the rate at which OS designers will be capable of redesigning subsystems. The fundamental design of operating systems and operating system data structures must be rethought to put scalability as the prime design constraint. This work begins by documenting the scalability problems of contemporary operating systems. These studies are used to motivate the design of a factored operating system (fos). fos is a new operating system targeting manycore systems with scalability as the primary design constraint, where space sharing replaces time sharing to increase scalability.We describe fos, which is built in a message passing manner, out of a collection of Internet inspired services. Each operating system service is factored into a set of communicating servers which in aggregate implement a system service. These servers are designed much in the way that distributed Internet services are designed, but instead of providing high level Internet services, these servers provide traditional kernel services and replace traditional kernel data structures in a factored, spatially distributed manner. fos replaces time sharing with space sharing. In other words, fos's servers are bound to distinct processing cores and by doing so do not fight with end user applications for implicit resources such as TLBs and caches. We describe how fos's design is well suited to attack the scalability challenge of future multicores and discuss how traditional application-operating systems interfaces can be redesigned to improve scalability.
Publisher
Association for Computing Machinery (ACM)
Reference24 articles.
1. The international technology roadmap for semiconductors: 2007 edition 2007. http://www.itrs.net/Links/2007ITRS/Home2007.htm. The international technology roadmap for semiconductors: 2007 edition 2007. http://www.itrs.net/Links/2007ITRS/Home2007.htm.
2. Cache performance of operating system and multiprogramming workloads
3. Clock rate versus IPC
4. Experience with K42, an open-source, Linux-compatible, scalable operating-system kernel
Cited by
139 articles.
订阅此论文施引文献
订阅此论文施引文献,注册后可以免费订阅5篇论文的施引文献,订阅后可以查看论文全部施引文献
1. Accurate Data Race Prediction in the Linux Kernel through Sparse Fourier Learning;Proceedings of the ACM on Programming Languages;2024-04-29
2. Adaptive Workload-Balanced Scheduling Strategy for Global Ocean Data Assimilation on Massive GPUs;Proceedings of the International Conference for High Performance Computing, Networking, Storage and Analysis;2023-11-11
3. Supporting logical execution time in multi-core POSIX systems;Journal of Systems Architecture;2023-11
4. Beyond isolation: OS verification as a foundation for correct applications;Proceedings of the 19th Workshop on Hot Topics in Operating Systems;2023-06-22
5. μManycore: A Cloud-Native CPU for Tail at Scale;Proceedings of the 50th Annual International Symposium on Computer Architecture;2023-06-17