Jump to content
Compatible Support Forums

mishranavaneet

Members
  • Content count

    8
  • Joined

  • Last visited

    Never

Community Reputation

0 Neutral

About mishranavaneet

  • Rank
    stranger
  1. mishranavaneet

    in redhat7.3 kernel 2.4.18.3 Linux/Kernel.h file not found

    i m using redhat7.3 kernel2.4.18-3 as a server for my network
  2. mishranavaneet

    disk boot failure

    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.
  3. 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
  4. 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.
  5. 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.....
  6. 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.....
  7. 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.....
  8. 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
×