一年を振り返る Advent Calendar 2024の18日目です。書くネタがなさ過ぎてもはや一年振り返ってないですが書いていきます。
Ubuntuのカーネルのコードをのぞいてみようと思い以下のサイトを確認。
1社目の先輩がエンジニア名乗るなら最低限lsコマンドとかcdコマンドのソースくらいは見とけと言ってたのでその辺は調べたことがありますが、あまりこういうの見たことないので見ていこうと思います。
TreeのTopにあるREADMEとかって何書いてるんだろう。
ほうほう。
<中身>
Linux kernel
There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.
In order to build the documentation, use make htmldocs
or
make pdfdocs
. The formatted documentation can also be read online at:
https://www.kernel.org/doc/html/latest/
There are various text files in the Documentation/ subdirectory,
several of them using the reStructuredText markup notation.
Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.
カーネルに関するドキュメントとして最初にこれを読めと。
Documentation/admin-guide/README.rst
というかこんなサイトがあるのか。
http://kernel.org/
なんかLinuxとは何ぞやとか、カーネルで問題が起きた時の対処法が書いてるよーって書いてますね。
POSIXとかいう単語を久々に見たな。やっぱりプロマネばっかりやってるとこの辺の知識が抜けてくるなぁ。
まとめ
コントリビューターの人がめっちゃコミットしてるの見て、OSSって世の中の凄い人たちが頑張ってルール決めたりみんなのために良いプロダクトに育てていこうとしてるの見てなんか格好いいなと思いました。
こういうのたまには目を通しておいた方が良いな。
終わり。