Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on role of kernel within the OOPS forums, part of the Software Development category; what is the important role of kernel in unix operating system?...
|
|||||||
|
|||
|
Re: role of kernel
Hi Suraj,
The kernel of UNIX is the hub of the operating system: it allocates time and memory to programs and handles the filestore and communications in response to system calls. As an illustration of the way that the shell and the kernel work together, suppose a user types rm myfile (which has the effect of removing the file myfile). The shell searches the filestore for the file containing the program rm, and then requests the kernel, through system calls, to execute the program rm on myfile. When the process rm myfile has finished running, the shell then returns the UNIX prompt % to the user, indicating that it is waiting for further commands. I think the description wil clear u r doubt... If any query let me know... Thanks & Regards, Riju |
|
|||
|
Re: role of kernel
In addition to the info from rijus, to get a better understanding one should read a book like "The design of Unix Operating System" - Maurice Bach or "Operating Systems" by Milenkovic or Andrew S.Tanenbaum.
The job of the kernel is to manage all the resources on the System - processor, memory, disk, devices, interrupts, all the data read/write access etc at the least possible expense and at the best possible response and performance. By the way, this thread should be in the operating systems section & not here.... Hope the moderator takes care of it. Last edited by jana05; 07-06-2009 at 08:18 AM. |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| adding patches in Linux kernel | mrbhush | Unix/Linux | 1 | 06-30-2009 01:13 PM |
| Role of a SAP HR Consutant | kulan1 | SAP R/3 | 0 | 01-01-2009 10:02 PM |
| What are the role of tester in QA? | bhushanbhangale | Testing Issues | 3 | 12-03-2008 10:10 AM |
| Role of designation | balajip82 | Testing Issues | 2 | 01-11-2008 11:02 AM |
| kernel | pbchaudhari | Unix/Linux | 0 | 09-12-2007 02:10 PM |