zoukankan      html  css  js  c++  java
  • 2020 LInux Kernel History Report

    Time

    2020.10.13

    Summary

    This report looks back through the history of the linux kernel and the impact of some of the best practices and tooling infrastructure that has emergerd to enable one of the largest software collaborations known.

    Research Objective

    Problem Statement

    Method(s)

    Evaluation

    Conclusion

    Notes

    Linux内核的发展经历过三个版本控制软件:pre-version control、Bitkeeper和git,2005年4月16日开始使用git作为版本控制软件。

    Linux的第一个版本名称是:linux-0.01.tar.Z,由88个文件组成,一共有10239行代码,运行在单硬架构i386。

    Linux截止目前最新的版本号为:5.8,由69325个文件组成,一共有28442673行代码,可以运行在30个主要的硬件架构上。

    cregit.linuxsources.org这个网站记录了内核代码的演变历史

    Words

    pre-version
    先行版本号
    bitkeeper
    一套BitMover公司开发的分布式版本控制软件,要竞争对手是Git,主要卖点是“分布式”版本控制工具,不同于中心式的CVS或SVN。
    archeology
    考古学
    initiative
    倡议
    badge
    徽章
    incorporate
    合并
    recognition
    承认
    maintainer summit
    维护者峰会
    resolved
    解决
    scale
    规模

    Statement

    the 5.8 kernel set several records
    5.8内核创下多项记录
    different deelopment stage
    不同的发展阶段

  • 相关阅读:
    RBAC概念
    Django框架的优缺点
    全文检索whoosh
    软件项目管理|期末复习(九)
    软件项目管理|期末复习(十四)
    HOJX 1003| Mixing Milk
    [转发]ACM刷题网站
    [转发]软件工具|Github上整理的一些工具
    软件项目管理|期末复习(三)
    计算机图形学|两道习题
  • 原文地址:https://www.cnblogs.com/call-me-dasheng/p/13810330.html
Copyright © 2011-2022 走看看