Date: August 29, 2024

Topic: Basic OS Services

Recall

Operating systems do system calls to perform certain operations requested from the applications to the hardware

Linux and Windows share similar functionality although called differently

Notes

Basic OS Services

Types of services:

Operating systems can do the above through system calls

Windows and Linux System Calls

Generally, Windows and Linux provide the same functionality although named differently

image.png

Example 64bit Linux System Calls


<aside> 📌 SUMMARY: Operating systems can perform some common services across different platforms (Windows / Linux etc)

</aside>