Results 1 to 2 of 2
can anybody tell :-
what is SMP kernel ??
what are loadable kernel modules ??
and Unix(tm) systems ??...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-03-2006 #1Just Joined!
- Join Date
- Feb 2005
- Posts
- 27
Few Queries
can anybody tell :-
what is SMP kernel ??
what are loadable kernel modules ??
and Unix(tm) systems ??
- 01-07-2006 #2Just Joined!
- Join Date
- Jan 2006
- Location
- Mississippi, USA
- Posts
- 2
SMP = symmetric multiprocessor; multiple CPU cores on a single chip, or multiple CPU chips in a single node or operating system image. An SMP kernel is a kernel that can run on multiple CPUs.
Originally Posted by recklinux
Loadable kernel modules. Once upon a time, the Linux kernel was compiled inline with all its supporting drivers and components. This was and is called a monolithic kernel. As more and more drivers were added to body Linux, the monolithic approach became unmanageable. Why have a kernel that includes a compiled-in driver for a Realtek 8169 gigabit ethernet NIC (and the 100+ other NICs that have Linux drivers) when you've got a single Via Velocity 6122 NIC in your machine? Now throw in drivers for all the different sound cards, printers, modems, disk drives, usb devices, and anything else you might hang onto or insert into your computer, and you begin to see the problem. Enter the modular kernel. You load only the modules you need, and no more.
Unix. See http://en.wikipedia.org/wiki/Unix .



