mishranavaneet
Members-
Content count
8 -
Joined
-
Last visited
Never
Community Reputation
0 NeutralAbout mishranavaneet
-
Rank
stranger
-
in redhat7.3 kernel 2.4.18.3 Linux/Kernel.h file not found
mishranavaneet replied to mishranavaneet's topic in Everything Linux
i m using redhat7.3 kernel2.4.18-3 as a server for my network -
u try to burn again cd after then u try for installetion because at the time of writing CD some problem come In CD writing . and if this problem is remain then u try to download again that iso file and burn actually i suffer from this problem.
-
Question for kernel progarmmer's(module compiletion problem)
mishranavaneet posted a topic in Everything Linux
i am try to compile a simple hello world module =================== #include <linux/module.h> /* Needed by all modules */ #include <linux/kernel.h> /* Needed for KERN_ALERT */ #if CONFIG_MODVERSIONS==1 #define MODVERSIONS #include <linux/modversions.h> #endif int init_module(void) { printk("Hello world 1.\n"); // A non 0 return means init_module failed; module can't be loaded. return 0; } void cleanup_module(void) { printk("Goodbye world 1.\n"); } =============== on there included linux/modue.h have a structure atomic_t this sturcture no have any defnition in any part of this header file or in any dependent header file so plese help me to solve this proble this proble create a compiletion error -
why we can't impliment scheduling algor. in form of module?
mishranavaneet posted a topic in Everything Linux
i read from http://www.moses.uklinux.net/patches/lki-2.html#ss2.15 link topic Kernel Support for Loading Modules there i found we can't impliment Scheduling algorithms in form of module why? if i want to chang this sheduling algorithm with some other shelf created algorithm then which type i can do this guide me. -
redhat7.3 kernel 2.4.18.3 Linux/Kernel.h file not found HLEP
mishranavaneet posted a topic in Linux Customization & Tweaking
i want to add a kernel module on my kernel but there is linux/kernel.h file not found problem is a big problem give me salution or from where i can reinstall hole kernel librery i install all kernel packeg and librery form intallation CD give me salution for solving this problem..... -
in redhat7.3 kernel 2.4.18.3 Linux/Kernel.h file not found
mishranavaneet posted a topic in Everything Linux
i want to add a kernel module on my kernel but there is linux/kernel.h file not found problem is a big problem give me salution or from where i can reinstall hole kernel librery i install all kernel packeg and librery form intallation CD give me salution for solving this problem..... -
linux/krenel.h file not found in redhat 7.3(kernel 2.4.18-13
mishranavaneet posted a topic in Everything Linux
i want to add a module on my kernel but there is linux/kernel.h file not found problem is a big problem give me salution or from where i can reinstall hole kernel librery i install all kernel packeg and librery form intallation CD give me salution for solving this problem..... -
problem in red hat linux 7.3(2.4.18.3) Kdvi intaletion solve
mishranavaneet posted a topic in Everything Linux
i have a problem in installetion of kdivi 3.0.0-5 problem is libkmultipage-gcc2.96.so is needed by kdvi-3.0.0-5 i m using redhat 7.3(kernel -2.4.18.3) give me salution for solving this problem