Date: August 20, 2024

Topic: Introduction to OS

Recall

Abstractions simplifies what the hardware does

Arbitration manages the use of a computer system

Notes

Overview of an OS

An OS is a special piece of software that abstracts and arbitrates the use of a computer system.

Abstracts:

Arbitrates:


Roles performed by an OS

Toy Shop Manager

An operating system is similar to a toy shop manager


Operating Systems:

Role of an Operating System

Sits between the complex hardware (CPU, GPU, etc) and the applications (Text Editor, Games, etc)

image.png

Hides hardware complexity

Performs resource management

Provide isolation and protection

Example Components:


<aside> 📌 SUMMARY: Operating systems help interface between hardware devices in the computer like CPU and GPU and software installed

</aside>