Explain the Unix Kernel?
Answer / shaan_007
The kenel is a control core of UNIX. It is the part of
operating system that interacts directly with the hardware
of the computer system , throuth device driver that are
built into the kernel.
The kernel remains in the machine memory untill you shut
down the computer .Programs can communicate with hardware
only by using kernel as interface .
main fuction of kernel are :
1. to manage computer memory
2. to control access to computer
3. to maintain the file system
4. to handle interrupts
5. to perform input-output services
| Is This Answer Correct ? | 15 Yes | 0 No |
Binding of instructions and data to memory?
How many registers does x86 have?
How are data structures handled by ntfs?
In general what is paging? and segmaentation?
Is 64gb ram enough for gaming?
What is the best way of communication in multi process environment? ex: getting log from different applications from multi servers?
What are the operating system types?
What is normal operating system?
What happens if you install 64 bit on 32?
What are necessary conditions which can lead to a deadlock situation in a system?
What are the different memories you know about? Which of them takes the shortest access time?
What is a binary semaphore?