Chapter 4 Flashcards
What are system calls
Kernel execute piece of codes on certain situations. It is called system calls.
What is layered approach in OS
The OS is broken into number of layers. Bottom layer is hardware and top most layer is user interface. Lower layer provide services to its upper layer. Its example is IBM’s OS/2.
What is microkernel approach
We minimize the kernel in it. It is easy to port to another hardware. Its example is Windows NT
What is virtual machine approach
We use CPU scheduling and virtual memory techniques to emulate an underlying hardware on OS. In this way, we can run VM on Windows and install another OS on virtual machine.
What is the root directory in linux/unix
/
Which directory holds binary executable files
bin
Which directory holds essential boot files
boot
What is super user in real time system
Super user is system administrator
Does linux/unix has command line interface
Yes