2023-07-04 07:55:41

by Budi

[permalink] [raw]
Subject: Anyone outright understand explain please,..

Anyone outright understand so to explain
What linux kernel #n (n is small number 1,2,3.. so on) acquired on
just compiled one in kernel package 7

such like
$ make
...
...
..arch/x86/boot/bzimage (#4)

$


2023-07-05 10:17:44

by Oleksandr Natalenko

[permalink] [raw]
Subject: Re: Anyone outright understand explain please,..

Hello.

On úterý 4. července 2023 9:46:17 CEST Budi wrote:
> Anyone outright understand so to explain
> What linux kernel #n (n is small number 1,2,3.. so on) acquired on
> just compiled one in kernel package 7
>
> such like
> $ make
> ...
> ...
> ..arch/x86/boot/bzimage (#4)
>
> $

That's a part of UTS_VERSION (see init/Makefile) that gets auto-incremented by the init/build-version script each time the kernel is recompiled from the current source tree without cleaning it (aka removing the .version file) first.

Thanks.

--
Oleksandr Natalenko (post-factum)


Attachments:
signature.asc (849.00 B)
This is a digitally signed message part.