Introduction to OS
what is OS
In simple, Operating System is an interface between user and computer hardware
OS is also called as resource manager because it is responsible for allocating resources of a system
system call
system call is request made by the user program to the OS in order to get any kind of service.
Goals of OS
- Primary goal is
convenience. ( Easy to use ) - secondary goal is
efficiency. ( stability )