1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

FreeBSDのカーネルバージョン

Last updated at Posted at 2022-12-06

12.4Rも近いのでビルド流して焼いてみました。

この中のカーネルバージョンは以下のようになります。

FreeBSD 12.4-STABLE zrouter_yamori813-n234782-cc4215eab94a Nec_WR8175N mips

どういう意味が調べてみました。

この行はsys/conf/newvers.shからビルド時に作られます。

作業環境に合わせて作られるようになっています。

このビルドは以下のリポジトリのコードです。

zrouter_yamori813はブランチ名でcc4215eab94aはリポジトリのhashです。

Nec_WR8175NはZRouterのboards由来のカーネルのコンフィグレーション名です。

mipsはCPUアーキテクチャです。

n234782は以下で生成されるようです。

% git rev-list --first-parent --count HEAD

git詳しくないので、よく分かりません。

このリポジトリは本家の12-STABLEをときどきマージしているですが、本家のどのコミット相当がマージされているか分かると嬉しいのですが。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?