








Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
An overview of the master boot record (mbr) and the role of an operating system (os). It discusses the functions of an os, the benefits for application developers, and introduces os components such as the kernel, command interpreter, file manager, device manager, and gui loader. The document also covers core tasks of an os including processor management, memory management, storage management, and application interface.
Typology: Slides
1 / 14
This page cannot be seen from the preview
Don't miss anything!
User/ programmer convenience: simple, consistent way forapplications to interact withthe hardware.
-^
Greater resource utilization: manages the hardware andsoftware resources of thecomputer system, often invisibly.
CommandInterpreter
File (Shell) Manager
DeviceManager
GUI
Loader
OS Components
Kernel
managing resources, task scheduling, etc.
Processor Management
the microprocessor.
making sure that each application gets thenecessary attention required for its properexecution.
processing capacity of the microprocessor tothe greatest good of all the users & apps
Memory Management
tasking
private memory.
of hierarchical system memory (e.g. RAM,cache, etc.).
Directory Structure System
C:
Windows
Users
Program Files
Device Management
OS talks to and manages devices throughdevice drivers Example:
When we print to a laser printer, we
do not need to know its details. All we do is totell the printer device driver about what needsto be printed and it takes care of the details