Geeks Talk

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.

role of kernel

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?...

Go Back   Geeks Talk > Software Development > OOPS
Register Blogs FAQ Tag Cloud Calendar Mark Forums Read

OOPS Object-Oriented Programming Concepts

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-04-2009
Junior Member
 
Join Date: Jul 2009
Location: INDIA,MAHARASTRA,RAIGAD,ROHA
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
suraj.vishal is on a distinguished road
Wink role of kernel

what is the important role of kernel in unix operating system?
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-04-2009
Expert Member
 
Join Date: May 2009
Location: Bangalore
Posts: 982
Thanks: 155
Thanked 420 Times in 201 Posts
rijus is just really nicerijus is just really nicerijus is just really nicerijus is just really nicerijus is just really nice
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
Reply With Quote
  #3 (permalink)  
Old 07-04-2009
Junior Member
 
Join Date: Jul 2009
Location: Mumbai(India)
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
jitendra_89 is on a distinguished road
Re: role of kernel

kernel is a program in operating system which in initialization the hardware of the computer system and make it available for other program's
Reply With Quote
  #4 (permalink)  
Old 07-06-2009
Expert Member
 
Join Date: Jan 2008
Location: Somewhere in the World..
Posts: 130
Thanks: 2
Thanked 6 Times in 6 Posts
jana05 is on a distinguished road
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.
Reply With Quote
Reply

  Geeks Talk > Software Development > OOPS

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


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


All times are GMT -4. The time now is 09:32 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.1
Copyright © 2009 GeekInterview.com. All Rights Reserved