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有很好的技术文章

  • 相关阅读:
    echarts折线图
    利用echarts制作词云
    本周总结
    本周总结
    云服务器项目数据库连接超时问题解决
    iOS下载图片失败
    解决后台json数据返回的字段需要替换的问题
    设置User Agent
    Xcode升级到9.3之后pod问题
    gitLab创建自己的私有库
  • 原文地址:https://www.cnblogs.com/liang123/p/6325644.html
Copyright © 2011-2022 走看看