Module 5 Class1
Module 5 Class1
The kernel
-- Process management
-- Primary memory management
-- File system management
-- I/O system management
-- Secondary storage management
-- Protection systems
-- Interrupt handler
Kernel space and user space
Operating system basics
2) Microkernel
-- Only the essential set of operating
system services in the kernel
-- Rest of the services on servers in
user space
-- Robustness
-- Configurability
Real time operating system based
embedded system design
Operating system basics
Types of operating systems
-- GPOS and RTOS
Task process and threads
Preemptive task scheduling
-- Shortest time remaining scheduling
-- Round Robin scheduling
-- Priority based scheduling
Types of operating systems