Tit Bits of Operating System
Define Operating System. · An Operating System can be defined as an interface between user and hardware . It is responsible for the execution of all the processes, Resource Allocation, CPU management, File Management and many other tasks. · The purpose of an operating system is to provide an environment in which a user can execute programs in convenient and efficient manner. Difference between User and Kernel mode. User Mode Kernel Mode In user mode, the application program do not have direct access to system resources . In order to access the resources, a system call must be made. In kernel mode, the program has direct and unrestricted access to system resources . In user mode, only single process fails if an interruption occurs. In Kernel mode, the whole operating system migh...