Posts tagged ‘linux’

Continue reading ‘《构建嵌入式 Linux 系统》第四章:开发工具’ »

Continue reading ‘CAN 资源’ »

Continue reading ‘《运行 Linux (第五版)》第十七章:系统启动和关机’ »

Continue reading ‘《运行 Linux (第五版)》第二十一章:编程工具’ »

  1. 18.1 构建新内核

    1. 18.1.1 获取内核源代码

      1. 18.1.1.1 解包源文件
      2. 18.1.1.2 打补丁
    2. 18.1.2 构建内核
      1. 18.1.2.1 配置内核:make config

        1. 关于开发和/或不完整代码/驱动的提示(Prompt for development and/or incomplete code/drivers)
        2. System V IPC
        3. Sysctl 支持(Sysctrl support)
        4. 打开可载入模块支持(Enable loadable module support)
        5. 模块版本控制支持
        6. 自动加载内核模块(Automatic kernel module loading)
        7. 处理器产型号 [586/K5/5x86/6x86/6x86MX](20种不同的选择)
        8. 对称多处理器支持(Symmetric multi-processing support)
        9. 电源管理选项(ACPI,APM)(Power management options)
        10. PCI 支持(PCI support)
        11. 并行端口支持(Parallel port support)
        12. 普通软盘支持(Normal floppy disk support)
        13. CD/DVD 媒介的包写入(Packet writing on CD/DVD media)
        14. 增强的 IDE/MFM/RLL 磁盘/光盘/磁带/软盘支持(Enhanced IDE/MFM/RLL disk/cdrom/tape/floppy support)
        15. SCSI 支持(SCSI support)
        16. 老的光盘驱动(Old CD-ROM drivers)
        17. 网络支持(Networking support)
        18. 网络选项(Networking options)
        19. 网络设备支持(Network devices support)
        20. 业余无线电支持(Amateur Radio support)
        21. ISDN 子系统(ISDN subsystem)
        22. 字符设备(Character devices)
        23. 音频(Sound)
        24. USB 支持(USB support)
        25. 文件系统(Filesystems)
        26. 内核 hacking(Kernal hacking)
      2. 18.1.2.2 准备场地:make clean
      3. 18.1.2.3 编译内核
      4. 18.1.2.4 安装内核
  2. 18.2 可载入的设备驱动
    1. 18.2.1 安装内核
    2. 18.2.2 编译模块
    3. 18.2.3 载入一个模块
  3. 18.3 自动载入模块

Continue reading ‘《运行 Linux (第五版)》第十八章:配置和编译内核’ »

Continue reading ‘《运行 Linux (第五版)》第十五章:文件共享’ »

Continue reading ‘Linux 资源’ »

Continue reading ‘《运行 Linux (第五版)》第十二章:安装,升级和编译程序’ »

Continue reading ‘《运行 Linux (第五版)》第十一章:管理用户、组和权限’ »

Continue reading ‘《运行 Linux (第五版)》第十章:系统管理基础’ »