Results 1 to 2 of 2
Hi!
I was wondering why system calls make use of the kernel mode?...
- 06-15-2007 #1Just Joined!
- Join Date
- May 2007
- Posts
- 4
System calls question
Hi!
I was wondering why system calls make use of the kernel mode?
- 06-15-2007 #2Just Joined!
- Join Date
- Aug 2006
- Location
- india
- Posts
- 57
hi,
Linux kernel is monolithic in nature ,lets say if application has to use a driver (driver will be kernel area ) it makes systemcalls like open,read,write to get a user level <---> kernel area interface.


Reply With Quote
