INTRODUCTION

TO

OPERATING SYSTEMS

Lecture 3: THE KERNEL OF THE OPERATING SYSTEM (1)

CHRIS STAFF
Dept. of Computer Science and Artificial Intelligence
University of Malta

Next Lecture: The Kernel of the Operating System (2)


Lecture Outline

Aims and Objectives
The Operating System Kernel
Representing Processes
Interrupts and Interrupt Handling
The Interrupt Handler
Summary


Aims and Objectives


The Operating System Kernel

Typical services provided by the Kernel


Representing Processes

A Structure of Structures

The Central Table.

Summary


Interrupts and Interrupt Handling

Different types of interrupt


The Interrupt Handler.


Summary


Next Lecture...

The Kernel of the Operating System (2)