SlideShare a Scribd company logo
1 of 15
Download to read offline
SINGULARITY OVERVIEW
an Opensource OS by Microsoft Research




                                         By
                                          Sattvik Chakravarthy
                                          Microsoft Student Partner
                                          RNS Institute of Technology
AGENDA
 Compile Singularity
 Architectural Foundation

 Singularity Kernel

 Run Singularity in a VirtualPC
THE WORLD HAS CHANGED
 Fast computers are affordable and memory has become
  cheap
 Malicious environment – worms, viruses, etc

 Few users understand about computer or software
KEYWORDS
 Operating System
 Kernel

 Microkernel

 Safe Programming Language

 Sealed Process Architecture
CENTERS OF GRAVITY
 Abstract Instruction Set
 Unified Extension Mechanism

 Strong Process Isolation Architecture

 Ubiquitous Metadata Infrastructure
SYSTEM ARCHITECTURE


                                                             Guest
                                                             Code




                     Kernel/Runtime
       Scheduler         IPC Manager        I/O Manager      Virtual PC
                                                             Additions
   GC & Memory Mgr    Metadata Manager   Security Manager

         HAL              Native HAL     VM Manager         VPC VMM

                      Processor and other hardware
ARCHITECTURAL FOUNDATION
   Software-Isolated Processes
       Information Hiding and Failure Isolation
       Message Passing
       Cannot share writable memory
       Sealed code spaces
       Lesser Overhead
ARCHITECTURAL FOUNDATION (CONTD.)
                contract NicDevice {
                out message DeviceInfo(...);
   Contract-Based Channels
                in message RegisterForEvents(NicEvents.Exp:READY c);
                in message SetParameters(...);
                out message InvalidParameters(...);
       All communications through Contract Based Channels
                out message Success();
                in message StartIO();
       Ends of channel are not symmetric
                in message ConfigureIO();
                in message PacketForReceive(byte[] in ExHeap p);
                out message BadPacketSize(byte[] in ExHeap p, int m);
                in message GetReceivedPacket();
                out message ReceivedPacket(Packet * in ExHeap p);
                out message NoPacket();
                state START: one {
                  DeviceInfo! → IO_CONFIGURE_BEGIN;
                }
                state IO_CONFIGURE_BEGIN: one {
                  RegisterForEvents? →
                  SetParameters? → IO_CONFIGURE_ACK;
                }
                state IO_CONFIGURE_ACK: one {
                  InvalidParameters! → IO_CONFIGURE_BEGIN;
                  Success! → IO_CONFIGURED;
                }
                state IO_CONFIGURED: one {
                  StartIO? → IO_RUNNING;
                  ConfigureIO? → IO_CONFIGURE_BEGIN;
                }
                state IO_RUNNING: one {
                  PacketForReceive? → (Success! or BadPacketSize!) → IO_RUNNING;
                  GetReceivedPacket? → (ReceivedPacket! or NoPacket!) → IO_RUNNING;
                   ...
                }
                }
ARCHITECTURAL FOUNDATION (CONTD.)
   Manifest-Based Programs
       MBP is a program defined by a static manifest
       Describes code resources, system resources, capabilities and
        dependencies
       Supports Code Verifiability
SINGULARITY KERNEL
   Application Binary Interface (ABI)
       Primitive Kernel Facilities
       Privileged Code
       Handle Table
SINGULARITY KERNEL (CONTD.)
   Memory Management
       Obtain memory via ABI Calls
       Exchange Heap



                          Process




                           Exchange Heap
SINGULARITY KERNEL (CONTD.)
   Threads
       Linked Stacks
       Scheduler
   Garbage Collection
USEFUL LINKS
   http://research.microsoft.com/os/Singularity/
   http://en.wikipedia.org/wiki/Singularity_(operating_system)
   http://www.codeplex.com/singularity
QUESTIONS?
   Website
       http://sattvik.info
   Email
       sattvik@student-partners.com
   BDotnetStudent
       http://groups.msn.com/bdotnetstudent
THANK YOU

More Related Content

Similar to Singularity

How many ways to monitor oracle golden gate-Collaborate 14
How many ways to monitor oracle golden gate-Collaborate 14How many ways to monitor oracle golden gate-Collaborate 14
How many ways to monitor oracle golden gate-Collaborate 14Bobby Curtis
 
[CB20] Vulnerabilities of Machine Learning Infrastructure by Sergey Gordeychik
[CB20] Vulnerabilities of Machine Learning Infrastructure by Sergey Gordeychik[CB20] Vulnerabilities of Machine Learning Infrastructure by Sergey Gordeychik
[CB20] Vulnerabilities of Machine Learning Infrastructure by Sergey GordeychikCODE BLUE
 
"JavaME + Android in action" CCT-CEJUG Dezembro 2008
"JavaME + Android in action" CCT-CEJUG Dezembro 2008"JavaME + Android in action" CCT-CEJUG Dezembro 2008
"JavaME + Android in action" CCT-CEJUG Dezembro 2008Vando Batista
 
ACRN vMeet-Up EU 2021 - installation and configuration introduction
ACRN vMeet-Up EU 2021 - installation and configuration introductionACRN vMeet-Up EU 2021 - installation and configuration introduction
ACRN vMeet-Up EU 2021 - installation and configuration introductionProject ACRN
 
9 Ways to Hack a Web App
9 Ways to Hack a Web App9 Ways to Hack a Web App
9 Ways to Hack a Web Appelliando dias
 
Loadays managing my sql with percona toolkit
Loadays managing my sql with percona toolkitLoadays managing my sql with percona toolkit
Loadays managing my sql with percona toolkitFrederic Descamps
 
PHP Performance with APC + Memcached
PHP Performance with APC + MemcachedPHP Performance with APC + Memcached
PHP Performance with APC + MemcachedFord AntiTrust
 
Beyond simple benchmarks—a practical guide to optimizing code
Beyond simple benchmarks—a practical guide to optimizing code Beyond simple benchmarks—a practical guide to optimizing code
Beyond simple benchmarks—a practical guide to optimizing code Particular Software
 
Android 4.2 Internals - Bluetooth and Network
Android 4.2 Internals - Bluetooth and NetworkAndroid 4.2 Internals - Bluetooth and Network
Android 4.2 Internals - Bluetooth and NetworkCaio Pereira
 
OpenNebulaConf2019 - Crytek: A Video gaming Edge Implementation "on the shoul...
OpenNebulaConf2019 - Crytek: A Video gaming Edge Implementation "on the shoul...OpenNebulaConf2019 - Crytek: A Video gaming Edge Implementation "on the shoul...
OpenNebulaConf2019 - Crytek: A Video gaming Edge Implementation "on the shoul...OpenNebula Project
 
OpenNebulaConf 2019 - Crytek: A Video gaming Edge Implementation "on the shou...
OpenNebulaConf 2019 - Crytek: A Video gaming Edge Implementation "on the shou...OpenNebulaConf 2019 - Crytek: A Video gaming Edge Implementation "on the shou...
OpenNebulaConf 2019 - Crytek: A Video gaming Edge Implementation "on the shou...Dmytro Korzhevin
 
(phpconftw2012) PHP as a Middleware in Embedded Systems
(phpconftw2012) PHP as a Middleware in Embedded Systems(phpconftw2012) PHP as a Middleware in Embedded Systems
(phpconftw2012) PHP as a Middleware in Embedded Systemssosorry
 
Overview Of Parallel Development - Ericnel
Overview Of Parallel Development -  EricnelOverview Of Parallel Development -  Ericnel
Overview Of Parallel Development - Ericnelukdpe
 
Application Architecture Trends
Application Architecture TrendsApplication Architecture Trends
Application Architecture TrendsSrini Penchikala
 
Smart Client Development
Smart Client DevelopmentSmart Client Development
Smart Client DevelopmentTamir Khason
 
DAOS - Scale-Out Software-Defined Storage for HPC/Big Data/AI Convergence
DAOS - Scale-Out Software-Defined Storage for HPC/Big Data/AI ConvergenceDAOS - Scale-Out Software-Defined Storage for HPC/Big Data/AI Convergence
DAOS - Scale-Out Software-Defined Storage for HPC/Big Data/AI Convergenceinside-BigData.com
 
Ajax Tutorial
Ajax TutorialAjax Tutorial
Ajax Tutorialoscon2007
 

Similar to Singularity (20)

How many ways to monitor oracle golden gate-Collaborate 14
How many ways to monitor oracle golden gate-Collaborate 14How many ways to monitor oracle golden gate-Collaborate 14
How many ways to monitor oracle golden gate-Collaborate 14
 
[CB20] Vulnerabilities of Machine Learning Infrastructure by Sergey Gordeychik
[CB20] Vulnerabilities of Machine Learning Infrastructure by Sergey Gordeychik[CB20] Vulnerabilities of Machine Learning Infrastructure by Sergey Gordeychik
[CB20] Vulnerabilities of Machine Learning Infrastructure by Sergey Gordeychik
 
"JavaME + Android in action" CCT-CEJUG Dezembro 2008
"JavaME + Android in action" CCT-CEJUG Dezembro 2008"JavaME + Android in action" CCT-CEJUG Dezembro 2008
"JavaME + Android in action" CCT-CEJUG Dezembro 2008
 
ACRN vMeet-Up EU 2021 - installation and configuration introduction
ACRN vMeet-Up EU 2021 - installation and configuration introductionACRN vMeet-Up EU 2021 - installation and configuration introduction
ACRN vMeet-Up EU 2021 - installation and configuration introduction
 
9 Ways to Hack a Web App
9 Ways to Hack a Web App9 Ways to Hack a Web App
9 Ways to Hack a Web App
 
Memcached Study
Memcached StudyMemcached Study
Memcached Study
 
Loadays managing my sql with percona toolkit
Loadays managing my sql with percona toolkitLoadays managing my sql with percona toolkit
Loadays managing my sql with percona toolkit
 
All The Little Pieces
All The Little PiecesAll The Little Pieces
All The Little Pieces
 
PHP Performance with APC + Memcached
PHP Performance with APC + MemcachedPHP Performance with APC + Memcached
PHP Performance with APC + Memcached
 
Beyond simple benchmarks—a practical guide to optimizing code
Beyond simple benchmarks—a practical guide to optimizing code Beyond simple benchmarks—a practical guide to optimizing code
Beyond simple benchmarks—a practical guide to optimizing code
 
Android 4.2 Internals - Bluetooth and Network
Android 4.2 Internals - Bluetooth and NetworkAndroid 4.2 Internals - Bluetooth and Network
Android 4.2 Internals - Bluetooth and Network
 
OpenNebulaConf2019 - Crytek: A Video gaming Edge Implementation "on the shoul...
OpenNebulaConf2019 - Crytek: A Video gaming Edge Implementation "on the shoul...OpenNebulaConf2019 - Crytek: A Video gaming Edge Implementation "on the shoul...
OpenNebulaConf2019 - Crytek: A Video gaming Edge Implementation "on the shoul...
 
OpenNebulaConf 2019 - Crytek: A Video gaming Edge Implementation "on the shou...
OpenNebulaConf 2019 - Crytek: A Video gaming Edge Implementation "on the shou...OpenNebulaConf 2019 - Crytek: A Video gaming Edge Implementation "on the shou...
OpenNebulaConf 2019 - Crytek: A Video gaming Edge Implementation "on the shou...
 
Figaro
FigaroFigaro
Figaro
 
(phpconftw2012) PHP as a Middleware in Embedded Systems
(phpconftw2012) PHP as a Middleware in Embedded Systems(phpconftw2012) PHP as a Middleware in Embedded Systems
(phpconftw2012) PHP as a Middleware in Embedded Systems
 
Overview Of Parallel Development - Ericnel
Overview Of Parallel Development -  EricnelOverview Of Parallel Development -  Ericnel
Overview Of Parallel Development - Ericnel
 
Application Architecture Trends
Application Architecture TrendsApplication Architecture Trends
Application Architecture Trends
 
Smart Client Development
Smart Client DevelopmentSmart Client Development
Smart Client Development
 
DAOS - Scale-Out Software-Defined Storage for HPC/Big Data/AI Convergence
DAOS - Scale-Out Software-Defined Storage for HPC/Big Data/AI ConvergenceDAOS - Scale-Out Software-Defined Storage for HPC/Big Data/AI Convergence
DAOS - Scale-Out Software-Defined Storage for HPC/Big Data/AI Convergence
 
Ajax Tutorial
Ajax TutorialAjax Tutorial
Ajax Tutorial
 

Recently uploaded

DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesZilliz
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 

Recently uploaded (20)

DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector Databases
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 

Singularity

  • 1. SINGULARITY OVERVIEW an Opensource OS by Microsoft Research By Sattvik Chakravarthy Microsoft Student Partner RNS Institute of Technology
  • 2. AGENDA  Compile Singularity  Architectural Foundation  Singularity Kernel  Run Singularity in a VirtualPC
  • 3. THE WORLD HAS CHANGED  Fast computers are affordable and memory has become cheap  Malicious environment – worms, viruses, etc  Few users understand about computer or software
  • 4. KEYWORDS  Operating System  Kernel  Microkernel  Safe Programming Language  Sealed Process Architecture
  • 5. CENTERS OF GRAVITY  Abstract Instruction Set  Unified Extension Mechanism  Strong Process Isolation Architecture  Ubiquitous Metadata Infrastructure
  • 6. SYSTEM ARCHITECTURE Guest Code Kernel/Runtime Scheduler IPC Manager I/O Manager Virtual PC Additions GC & Memory Mgr Metadata Manager Security Manager HAL Native HAL VM Manager VPC VMM Processor and other hardware
  • 7. ARCHITECTURAL FOUNDATION  Software-Isolated Processes  Information Hiding and Failure Isolation  Message Passing  Cannot share writable memory  Sealed code spaces  Lesser Overhead
  • 8. ARCHITECTURAL FOUNDATION (CONTD.) contract NicDevice { out message DeviceInfo(...);  Contract-Based Channels in message RegisterForEvents(NicEvents.Exp:READY c); in message SetParameters(...); out message InvalidParameters(...);  All communications through Contract Based Channels out message Success(); in message StartIO();  Ends of channel are not symmetric in message ConfigureIO(); in message PacketForReceive(byte[] in ExHeap p); out message BadPacketSize(byte[] in ExHeap p, int m); in message GetReceivedPacket(); out message ReceivedPacket(Packet * in ExHeap p); out message NoPacket(); state START: one { DeviceInfo! → IO_CONFIGURE_BEGIN; } state IO_CONFIGURE_BEGIN: one { RegisterForEvents? → SetParameters? → IO_CONFIGURE_ACK; } state IO_CONFIGURE_ACK: one { InvalidParameters! → IO_CONFIGURE_BEGIN; Success! → IO_CONFIGURED; } state IO_CONFIGURED: one { StartIO? → IO_RUNNING; ConfigureIO? → IO_CONFIGURE_BEGIN; } state IO_RUNNING: one { PacketForReceive? → (Success! or BadPacketSize!) → IO_RUNNING; GetReceivedPacket? → (ReceivedPacket! or NoPacket!) → IO_RUNNING; ... } }
  • 9. ARCHITECTURAL FOUNDATION (CONTD.)  Manifest-Based Programs  MBP is a program defined by a static manifest  Describes code resources, system resources, capabilities and dependencies  Supports Code Verifiability
  • 10. SINGULARITY KERNEL  Application Binary Interface (ABI)  Primitive Kernel Facilities  Privileged Code  Handle Table
  • 11. SINGULARITY KERNEL (CONTD.)  Memory Management  Obtain memory via ABI Calls  Exchange Heap Process Exchange Heap
  • 12. SINGULARITY KERNEL (CONTD.)  Threads  Linked Stacks  Scheduler  Garbage Collection
  • 13. USEFUL LINKS  http://research.microsoft.com/os/Singularity/  http://en.wikipedia.org/wiki/Singularity_(operating_system)  http://www.codeplex.com/singularity
  • 14. QUESTIONS?  Website  http://sattvik.info  Email  sattvik@student-partners.com  BDotnetStudent  http://groups.msn.com/bdotnetstudent