linux-2.6内核升级详细文档

2020-01-30 11:47:53于丽

            Partition Types  --->;      
            Native Language Support  --->;                 自己选     
    10.Profiling support  --->;                             没选                                             
    11.Kernel hacking  --->;                                没选                                                                                             
    12.Security options  --->;                              没选
    13.Cryptographic options  --->;                         没选   
    14.Library routines  --->;                                       
         < >; CRC-CCITT functions                                
         <*>; CRC32 functions                                    
         <M>; CRC32c (Castagnoli, et al) Cyclic Redundancy-Check
五、编译安装
    步骤:make -jn(n代表同时编译的进程,可以加快编译速度,n由你的配置决定,我的配置用15-25)
         make modules_install
         make install

六、grub的设置
    设置之前先介绍一下2.6的I/O调度器
        2.6包含的四个I/O调度器分别是No-op I/O scheduler、Anticipatory I/O scheduler、Deadline I/O scheduler与CFQ I/O scheduler。
    在后文中分别简称为ns、as、ds与cfq。