{"id":169814,"date":"2003-07-09T13:21:58","date_gmt":"2003-07-09T13:21:58","guid":{"rendered":"https:\/\/www.microsoft.com\/en-us\/research\/project\/singularity\/"},"modified":"2023-06-20T17:26:30","modified_gmt":"2023-06-21T00:26:30","slug":"singularity","status":"publish","type":"msr-project","link":"https:\/\/www.microsoft.com\/en-us\/research\/project\/singularity\/","title":{"rendered":"Singularity"},"content":{"rendered":"
\n\t
\n\t\t
\n\t\t\t\t\t<\/div>\n\t\t\n\t\t
\n\t\t\t\n\t\t\t
\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n

Singularity<\/h1>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/section>\n\n\n\n\n\n

OS and tools for building dependable systems. The Singularity research codebase and design evolved to become the Midori advanced-development OS project. While never reaching commercial release, at one time Midori powered all of Microsoft’s natural language search service for the West Coast and Asia.<\/p>\n\n\n\n

“…it is impossible to predict how a singularity will affect objects in its causal future.” – NCSA Cyberia Glossary (opens in new tab)<\/span><\/a><\/p>\n\n\n\n

What’s New?<\/h2>\n\n\n\n

The Singularity Research Development Kit (RDK) 2.0 is available for academic non-commercial use. You can download it from CodePlex, Microsoft’s open source project hosting website, here (opens in new tab)<\/span><\/a>.<\/p>\n\n\n\n

Our article in Operating Systems Review<\/i><\/a>, Singularity: Rethinking the Software Stack<\/a>, is a concise introduction to the Singularity project.<\/p>\n\n\n\n

<\/div>\n\n\n\n\n\n

\nSingularity was a multi-year research project focused on the construction of dependable systems through innovation in the areas of systems, languages, and tools. We built a research operating system<\/a> prototype (called Singularity), extended programming languages, and developed new techniques and tools for specifying and verifying program behavior.\n\n<\/p>\n\n\n\n

\"team<\/figure>\n\n\n\n
<\/div>\n\n\n\n

Advances in languages, compilers, and tools open the possibility of significantly improving software. For example, Singularity uses type-safe languages and an abstract instruction set to enable what we call Software Isolated Processes (SIPs). SIPs provide the strong isolation guarantees of OS processes (isolated object space, separate GCs, separate runtimes) without the overhead of hardware-enforced protection domains. In the current Singularity prototype SIPs are extremely cheap; they run in ring 0 in the kernel\u2019s address space. Singularity uses these advances to build more reliable systems and applications. For example, because SIPs are so cheap to create and enforce, Singularity runs each program, device driver, or system extension in its own SIP. SIPs are not allowed to share memory or modify their own code. As a result, we can make strong reliability guarantees about the code running in a SIP. We can verify much broader properties about a SIP at compile or install time than can be done for code running in traditional OS processes. Broader application of static verification is critical to predicting system behavior and providing users with strong guarantees about reliability. <\/p>\n\n\n\n\n\n