Re: Kernel modules vs. common program-process Hardware and Software Linux and Unix by nytrokiss Kernel modules are like drivers in linux there are things you can do in the linux kernel that you cant do in even root (like kalloc mem or panic()) now there is a book on drivers just google writing linux device drivers! Re: kernel Hardware and Software Linux and Unix by ilaiy … Just follow these steps Just donwload the source from [url]kernel.org[/url] tar xvfz linux****.tar.gz / tar jvf linux… the modules you would like to get compiled with this kernel Run these steps make dep make modules_install make modules cp… kernel Hardware and Software Linux and Unix by nik- how to install linux-kernel-2.6.11.4 on fedora? Re: kernel panic Hardware and Software macOS by kevin2s Kernel panic is something which is important to the action taken by operating system to remove the fatal error Kernel Programming Software Development by freesoft_2000 …1,-1,-1, 9,-1,-1, -1,-1,-1}; Kernel Kernel1 = new Kernel(3, 3, k1); BufferedImageOp op = new ConvolveOp(Kernel1);…1f/9f, 1f/9f, 1f/9f, 1f/9f}; Kernel Kernel2 = new Kernel(3, 3, k2); BufferedImageOp op = new ConvolveOp(… Re: kernel Programming Software Development by Kieran Y5 …very complicated but it's basics are very simple. The kernel acts as a "bridge" between the software …and the hardware. "The kernel does all of the dirty work of an operating system…the computer down. If you want to make your own kernel (and subsequently your own Operating System) then you should look… Kernel Hardware and Software Microsoft Windows by Adam255 … Internet Explorer) has caused a fault in the page script Kernel Module" - or something similar. When it asks to close… I need to install Win 98SE, or is there a Kernel fixer that can help without erasing all my work? ANY… kernel Programming Software Development by satishsingh how kernel interact with hardware.???they says kernelsr mainly written in assembly language n then it is converted to machine language. bt even i cant feel how machine language accomplish our work wot we wish for can ane one explain concept fully or some refrences Re: kernel Programming Software Development by Auraomega …. The speed and size of assembly is negligible as a kernel these days which is probably why the major players (Windows… Kernel Module for TCP Packet Edition Programming Software Development by csurfer …And in the process I developed this kernel module which is tainting my kernel (Opensuse11.2).The sniffing module developed… me works fine but this editing module is dumping the kernel... [code=c] #include <linux/ip.h>… #include <linux/kernel.h> #include <linux/module.h> #include… Re: kernel source tree configuration Hardware and Software Linux and Unix by John A … configuration file before you can build your kernel. A Linux kernel configuration contains instructions for which modules to …which modules to compile directly into the kernel image itself. The kernel source is usually configured with [icode]menuconfig…exist out there? >won't i get kernel source automatically if i hav installed the OS. No… Kernel modules vs. common program-process Hardware and Software Linux and Unix by Joncamp In Linux you have what I belive are called Kernel-modules, they operate faster and are more efficient then common programs. The TUX web server for Linux is a Kernel module if I am correct? How do you create Kernel modules? Is there a good book on this? Kind regards. Re: kernel source tree configuration Hardware and Software Linux and Unix by John A The official download site for the Linux kernel is kernel.org. You can also get kernel source through your package manager, although keep…won't be able to get an up to date kernel with it. In fact, I'd recommend upgrading to… distro. Especially when you're developing stuff for the kernel, it's important that you develop using modern interfaces … kernel modules Programming Software Development by rudz plz plz urgent im a beginner in unix. can someone reply asap . what are kernel modules?what role do they plan in building and runnig a kernel?what happens if the linux kernel did not support modules? Re: kernel modules Programming Software Development by gerard4143 [QUOTE=rudz;1032584]plz plz urgent im a beginner in unix. can someone reply asap . what are kernel modules?what role do they plan in building and runnig a kernel?what happens if the linux kernel did not support modules?[/QUOTE] Here's a good link to get you started [url]http://tldp.org/HOWTO/Module-HOWTO/[/url] Re: kernel modules Programming Software Development by William Hemsworth [QUOTE]plz plz urgent im a beginner in unix. can someone reply asap . what are kernel modules?what role do they plan in building and runnig a kernel?what happens if the linux kernel did not support modules?[/QUOTE]Don't beg, you are supposed to ask specific questions here, otherwise use google. Re: Kernel Module for TCP Packet Edition Programming Software Development by csurfer I rectified all the mistakes which you had mentioned... and also took care about the kfree of allocated modules... But now its not only tainting the kernel but also is causing immediate hang of the system... Re: Kernel Version of Mandrake and error message Hardware and Software Linux and Unix by Eduardo … the directory of C header files that match your running kernel? [/usr/src/linux/include]" And the message before …the freeze is: "The directory of kernel headers (version 2.4.21) does not match your running…to compile successfully, it would not load into the running kernel." And, I don't know what is going … Re: Kernel Version of Mandrake and error message Hardware and Software Linux and Unix by Eduardo … the directory of C header files that match your running kernel? [/usr/src/linux/include]" And the message before …the freeze is: "The directory of kernel headers (version 2.4.21) does not match your running…to compile successfully, it would not load into the running kernel." And, I don't know what is going … Re: Kernel modules vs. common program-process Hardware and Software Linux and Unix by vivek1234 [url]http://www.faqs.org/docs/kernel/index.html[/url] [url]http://lwn.net/Kernel/LDD3/[/url] Re: Kernel Version of Mandrake and error message Hardware and Software Linux and Unix by Diablo2424 … of C header files that match your running kernel? [/usr/src/linux/include] The kernel defined by this directory of header files… not have the same address space size as your running kernel." anyone have any ideas on how to fix this… Re: kernel modules Programming Software Development by rudz [QUOTE=gerard4143;1032668]Maybe if you explained t us what "it" is...[/QUOTE] it's an assignement and i have to get info about kernel in unix hows it works ... Re: kernel modules Programming Software Development by gerard4143 [QUOTE=rudz;1033011]it's an assignement and i have to get info about kernel in unix hows it works ...[/QUOTE] Did you read the first reply I posted? Re: kernel compilation Hardware and Software Linux and Unix by rubberman …, and it can't do that without root permissions. What kernel are you running? I'm looking at my RHEL 6….2 system (latest 2.6.32 kernel) and there is no such configuration setting. What I have… Kernel Version of Mandrake and error message Hardware and Software Linux and Unix by Eduardo … after the message that show two different identifications to my kernel. One 2.4.x and other 2.4.x-mdk… Re: Kernel Version of Mandrake and error message Hardware and Software Linux and Unix by Dani I'm confused - which version of the kernel are you running? Are you using a precompiled version of VMWare or are you trying to compile it yourself? an *.rpm ?? Re: Kernel Version of Mandrake and error message Hardware and Software Linux and Unix by Dani … version of VMWare instead of compiling it itself for your kernel. Go back to the VMware site and read the following… kernel sleep and sleeping user space -is there a way to verify Hardware and Software Linux and Unix by Rastafari hi I know very little about linux - i'm sure you get that all the time .....but for homework I have to make a system call to change the set processor affinity and have it sleep in user space for 10 seconds as well as in kernel space. How can you verify that the sleeps are really for 10 seconds? kernel source tree configuration Hardware and Software Linux and Unix by zsj hi i hav recently started working with red hat linux .i want to start driver programming. but i dont't know how to set up or configure kernel source tree. and that is the first requirement as mentioned in the device driver programming book. help wud be much appreciated. Re: kernel source tree configuration Hardware and Software Linux and Unix by zsj hi there! but i m still confused. 1: exactly "what" is meant by [B]"configure source tree"[/B] 2: i hav installed linux red hat 9. wud that be ok for driver development. 3: won't i get kernel source automatically if i hav installed the OS. i m totally lost. help wud be appreciated