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

  • 相关阅读:
    golang中将json转成go
    软件升级
    golang 各类型转换
    golang 基础知识6
    golang 基础知识5
    bash resource
    toy
    links
    android abd remove
    YCM
  • 原文地址:https://www.cnblogs.com/liang123/p/6325644.html
Copyright © 2011-2022 走看看