Changes between Version 26 and Version 27 of Dev/KernelHack


Ignore:
Timestamp:
Jun 25, 2013 2:20:24 PM (11 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Dev/KernelHack

    v26 v27  
    2020 
    2121 = how to build kernel = 
     22 * Ubuntuの場合、{{{aptitude build-dep linux}}}でカーネルのビルドに必要なパッケージは導入される 
     23  * 3.9.x以降をビルドする場合は、{{{bc}}}パッケージも必要 
     24{{{ 
     25  BC      kernel/timeconst.h 
     26/bin/sh: 1: bc: not found 
     27make[3]: *** [kernel/timeconst.h] Error 127 
     28make[2]: *** [kernel] Error 2 
     29}}} 
     30 
    2231 * https://help.ubuntu.com/community/Kernel/Compile 
    2332  * This page does NOT describe how to build upstream kernels from kernel.org. This is how to rebuild the actual Ubuntu kernel starting from source. 
     
    5160  * mitty@precise:~/linux-3.6.1$ make oldconfig 
    5261   * $ make oldnoconfig -> Same as silentoldconfig but sets new symbols to their default value 
    53   * mitty@precise:~/linux-3.6.1$ make -j9 
    5462  * mitty@precise:~/linux-3.6.1$ make -j9 deb-pkg 
    5563 * debパッケージのインストール