본문 바로가기
나머지

12(1). 리눅스에서 커널이란?

by 무늬만학생 2012. 1. 7.
반응형


       기술면접 @ 양재시스템     2012년 1월 4일(수)




 Summary:  The Linux® kernel is the core of a large and complex operating system, and while it's huge, it is well organized in terms of subsystems and layers. In this article, you explore the general structure of the Linux kernel and get to know its major subsystems and core interfaces. Where possible, you get links to other IBM articles to help you dig deeper.

As shown in Figure 3, a kernel is really nothing more than a resource manager. Whether the resource being managed is a process, memory, or hardware device, the kernel manages and arbitrates access to the resource between multiple competing users (both in the kernel and in user space).



http://www.ibm.com/developerworks/kr/library/l-linux-kernel/
원문(영어) :  http://www.ibm.com/developerworks/linux/library/l-linux-kernel/


arbitration
1.the hearing and determining of a dispute or the settling of differences between parties by a person or persons chosen or agreed to by them:
Rather than risk a long strike, the union and management agreed to arbitration.
2.
International Law . the application of judicial methods to the settlement of international disputes.
출처 : dictionary.com










반응형