INSIDE THE LINUX KERNEL
#1

INSIDE THE LINUX KERNEL

[attachment=17626]

WHAT IS A KERNEL? (1/2)

it’s a program that runs in Kernel Mode

CPUs run either in Kernel Mode or in User Mode

when in User Mode, some parts of RAM can’t be addressed, some instructions can’t be executed, and I/O ports can’t be accessed

when in Kernel Mode, no restriction is put on the program

IS AN INSTRUCTION REALLY FAULTY?

faulty instructions may occur for two distinct reasons:
programming error

deferred allocation of some kind of resource

the kernel must be able to identify the reason that caused the exception


WHY IS A KERNEL SO COMPLEX?


large program with many entry points

must offer disk caching to lower average disk access time

must support run nested kernel invocations --> must run with the interrupts enabled most of the time

must be updated quite frequently to support new hardware circuits and devices


Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: linux kernel ipv6, linux kernel seminar report, linux kernel archives, inside the college of, inside, ppt on linux kernel development by robert love, linux kernel debugger,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Messages In This Thread
INSIDE THE LINUX KERNEL - by seminar paper - 21-02-2012, 02:02 PM

Possibly Related Threads...
Thread Author Replies Views Last Post
  Linux Virtual Server (LVS) for Red Hat Enterprise Linux seminar addict 1 1,795 06-09-2013, 10:05 AM
Last Post: Guest
  An Introduction to the Linux Command Shell For Beginners project uploader 0 921 09-06-2012, 04:29 PM
Last Post: project uploader
  Windows and Linux FULL REPORT seminar details 0 773 05-06-2012, 03:00 PM
Last Post: seminar details
  Red Hat Cluster Suite for Red Hat Enterprise Linux seminar addict 0 877 06-02-2012, 04:54 PM
Last Post: seminar addict
  Linux vs. Windows project uploader 0 849 01-02-2012, 10:32 AM
Last Post: project uploader
  Linux Project Report seminar addict 0 744 21-01-2012, 03:28 PM
Last Post: seminar addict
  Unix Kernel Architecture project report helper 0 2,313 14-10-2010, 10:16 AM
Last Post: project report helper
  Linux on System z – A Strategic View project report helper 0 879 05-10-2010, 05:13 PM
Last Post: project report helper

Forum Jump: