• 0
  • مالي خلق
  • أتهاوش
  • متضايق
  • مريض
  • مستانس
  • مستغرب
  • مشتط
  • أسولف
  • مغرم
  • معصب
  • منحرج
  • آكل
  • ابكي
  • ارقص
  • اصلي
  • استهبل
  • اضحك
  • اضحك  2
  • تعجبني
  • بضبطلك
  • رايق
  • زعلان
  • عبقري
  • نايم
  • طبيعي
  • كشخة
  • النتائج 1 إلى 2 من 2

    الموضوع: How to compile a kernel

    1. #1
      التسجيل
      02-01-2004
      المشاركات
      482
      المواضيع
      29
      شكر / اعجاب مشاركة

      How to compile a kernel

      (These instructions assume we are installing version 2.4.0 of the kernel, replace all instances with the version you are trying to build. These instructions are also x86-specific; other architecture's build procedures may differ.)
      • Download your tarball from ftp.XX.kernel.org where XX is your country code. If there isn't a mirror for your country, just pick a near one.
      • Unpack the tarball in your /usr/src directory bzip2 -dc linux-2.4.0.tar.bz2 | tar xvf -
        (Replace bzip2 with gzip if you downloaded the .gz)
      • cd into the linux directory. You'll now need to configure the kernel to select the features you want/need. There are several ways to do this.. a. make config Command line questions. b. make oldconfig (Useful only if you kept a .config from a previous kernel build) c. make menuconfig (ncurses based) d. make xconfig (TCL/TK based X-Windows configuration)
      • Now we can build the kernel, but first we have to build the dependencies. make dep make bzImage
      • Wait. When its finished, make any parts you may have selected to be modular. make modules
      • Become root to be able to install modules and kernel. Everything before this point can and should be done as a normal user, there is really no need to be root to compile a kernel. It's actually a very bad idea to do everything as root because root is too powerful, one single mistake is enough to ruin your system completely.
      • Intall the modules. make modules_install
      • Install the new kernel.. cp arch/i386/boot/bzImage /boot/vmlinuz-2.4.0 cp System.map /boot/System.map-2.4.0
      • Edit /etc/lilo.conf, and add these lines... image = /boot/vmlinuz-2.4.0 label = 2.4.0Also copy your root=/dev/??? line here too.
      • Run /sbin/lilo, reboot, and enjoy. If you get modversion problems (symbols ending in _Rxxxxxxxx), have a look at this question in the linux-kernel mailing list FAQ to solve the problem.
      http://kernelnewbies.org/faq/
      التعديل الأخير تم بواسطة خالد 1424 ; 10-01-2004 الساعة 09:29 AM

    2. #2
      التسجيل
      30-03-2002
      المشاركات
      18
      المواضيع
      2
      شكر / اعجاب مشاركة

      Re: How to compile a kernel

      يمكنك ان تحصل علىشرح الطريقة كاملة من موقع المصادر المفتوحة للعرب
      المصادر المفتوحة للعرب

      او من الرابط التاي مباشرة

      تحياتيhttp://www.aunyx.org/html/modules.ph...rder=0&thold=0

    المواضيع المتشابهه

    1. تركيب اوركل
      بواسطة : bardan , في أنظمة التشغيل
      مشاركات: 3
      آخر مشاركة: 23-09-2004, 09:37 PM
    2. Linux Kernel 2.6 for Fedora and Redhat 9 -- للتحميل الآن!
      بواسطة : rubso , في أنظمة التشغيل
      مشاركات: 2
      آخر مشاركة: 09-01-2004, 05:35 PM
    3. ماسينجر 6.1
      بواسطة : bunnybunny , في أنظمة التشغيل
      مشاركات: 5
      آخر مشاركة: 04-12-2003, 05:13 AM
    4. شباب اللينكس اللي عندي يدعم برنامج VMware؟؟؟؟
      بواسطة : ZzOrO , في أنظمة التشغيل
      مشاركات: 21
      آخر مشاركة: 11-11-2003, 10:07 AM
    5. تحديث (Kernel)
      بواسطة : ابي اتعلم , في أنظمة التشغيل
      مشاركات: 1
      آخر مشاركة: 26-11-2001, 02:59 PM

    ضوابط المشاركة

    • لا تستطيع إضافة مواضيع جديدة
    • لا تستطيع الرد على المواضيع
    • لا تستطيع إرفاق ملفات
    • لا تستطيع تعديل مشاركاتك
    •