WHAT IS AN OPERATING SYSTEM?
I think its hard to pin down what an operating system is other than saying it is the
software that runs in kernel mode and even that is not always true. Basically operating systems perform two unrelated functions: providing
application programmers a clean
abstract set of resources instead of the messy hardware ones and managing these
hardware resources.
Therefore, OPERATING SYSTEM = EXTENDED MACHINE + RESOURCE MANAGER
Depending on who is doing the talking, you might hear
mostly about one function or...