How does operating system act as …
CBSE, JEE, NEET, CUET
Question Bank, Mock Tests, Exam Papers
NCERT Solutions, Sample Papers, Notes, Videos
Posted by Abhinav Choudhary 3 years, 4 months ago
- 1 answers
Related Questions
Posted by Anu Anu 6 months, 3 weeks ago
- 0 answers
Posted by Divyansh Yadav 7 months ago
- 0 answers
Posted by Nirbhay Tiwari 6 months, 3 weeks ago
- 0 answers
Posted by Abhijeet Kumar 5 months, 3 weeks ago
- 0 answers
Posted by Anshu Phogat 5 months ago
- 1 answers
Posted by Avani Tiwari 4 months, 4 weeks ago
- 0 answers
Posted by Rohit Yadav 7 months, 2 weeks ago
- 0 answers
Posted by Ashutosh Tiwari 7 months ago
- 0 answers
Posted by Lavi Lalwani 5 months ago
- 0 answers
Posted by Niharika ,Garg 4 months, 2 weeks ago
- 0 answers
myCBSEguide
Trusted by 1 Crore+ Students
Test Generator
Create papers online. It's FREE.
CUET Mock Tests
75,000+ questions to practice only on myCBSEguide app
Sia ? 3 years, 4 months ago
essentially there are 4 layers here that will help you understand this
So basically the H/W and System software(OS) interact with each other through an entry point (boot code/bootstrapping)) that is in the form of Firmware(on-boarded on the H/W itself and/or through device drivers).
This inter-dependability is developed in order for the hardware to perform operations to the commands passed by the System software.
Now applications usually make requests to the System software to help it perform a task using a hardware component.
To understand this better I’ll provide you with a high level example here of Printing.
So You have a Word doc in place to be printed.
The Hardware Printer has its onboard firmware as well as a device driver in your Systems memory( your CPU) to connect these both. Now the System Software is directly in contact with the device driver and knows that if a print command is requested by some application(in our case MS word) then I have to use this device driver code as an entry point to communicate with the printer.
So this is the flow of that operation:
1Thank You