zoukankan      html  css  js  c++  java
  • 窥探 kernel 几个linux学习资源分享

    内核常用文档:

    README:该文件介绍了linux的背景及发展。怎样编译和配置内核。出现问题怎样解决等。

    Documentation/Changes:编译和使用内核的最小软件包。

    Documentation/CodingStyle:指定内核编码风格。

    Documentation/SubmittingPatches,指出了提交补丁的过程和方法

    Documentation/SubmittingDrivers,指出提交驱动的过程方法

    Documentation/SubmittingChecklist:提交代码前应注意的事项。

    Documentation/stable_api_nonsense.txt:解释了为什么内核没有稳定的版本。

    Documentation/stable_kernel_rules.txt:稳定内核发布规则。

    Documentation/kernel-docs.txt:学习内核的经典书籍。

    Documentation/applying-patches.txt:如何为内核打补丁

    Documentation/HOWTO:告诉你怎么成为一名内核开发者。

    中文邮件列表:http://zh-kernel.org/mailman/listinfo/linux-kernel

    http://www.kernel.org:下载内核源码和补丁

    http://www.kerneltrap.org

    http://lwn.net:内核新闻站

    http://linux.chinaunix.net:linux时代网站

    http://www.linuxforum.net

    www.linuxsir.org有很好的技术文章

  • 相关阅读:
    关于swift 单元测试的补充
    架构设计案例分析-高速公路收费运营管理平台
    可以落地的软件架构
    循序渐进地培养面向对象的思维方式
    动态规划初学
    求解惑
    github eclipse项目
    关于x86 i586之类
    Manifest intent filter翻译
    消息处理机制小结
  • 原文地址:https://www.cnblogs.com/LoongEmbedded/p/5298656.html
Copyright © 2011-2022 走看看