What Is The Architecture Of Operating System
Answers
Answer:The interface between a computer’s hardware and its software is its architecture. The architecture is described by what the computer’s instructions do, and how they are specified. Understanding how it all works requires knowledge of the structure of a computer and its assembly language.The interface between a computer’s hardware and its software is its architecture. The architecture is described by what the computer’s instructions do, and how they are specified. Understanding how it all works requires knowledge of the structure of a computer and its assembly language.The computer is in a sense a communication system. Data is constantly being moved between the CPU, memory and the various devices. The CPU uses I/O addresses to direct data to particular devices. The devices in turn use interrupts to notify the CPU and operating system of their needs.
HOPE THIS HELPS YOU
Explanation:
Operating System Design/Kernel Architecture. Structure of monolithic, micro, and hybrid kernels. The kernel is the core of an operating system. It is the software responsible for running programs and providing secure access to the machine's hardware.