Results 1 to 3 of 3

Thread: Best way to compile linux kernel

  1. #1
    Join Date
    Feb 2011
    Location
    Great White North
    Beans
    128
    Distro
    Kubuntu 11.10 Oneiric Ocelot

    Question Best way to compile linux kernel

    Hi, I am wondering the best way to compile the 3.0 kernel. I am using the x86-64 architecture and I use grub as the bootloader. The internet is fragmented on how to do it, so I am wondering what is the best way to do it.

    I tried
    Code:
    $make old-config
    $make
    $sudo make modules_install
    $make install
    $sudo update-grub
    And it didnt work. That is why I am asking for help.

    Edit: Can a mod Put this to compiling and packaging section In programming talk.
    Last edited by alegomaster; September 5th, 2011 at 09:46 PM.
    VHDL and C FTW

    Designing a custom CPU based on MIPS

  2. #2
    Join Date
    Sep 2009
    Beans
    1,293

    Re: Best way to compile linux kernel

    The standard ubuntu guide is
    https://help.ubuntu.com/community/Kernel/Compile
    I'd follow that and see how you do

  3. #3
    Join Date
    Feb 2011
    Location
    Great White North
    Beans
    128
    Distro
    Kubuntu 11.10 Oneiric Ocelot

    Re: Best way to compile linux kernel

    Okay, I will look into it.
    VHDL and C FTW

    Designing a custom CPU based on MIPS

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •