Monday, April 25, 2022

Re: How to Get the kernel-specific source or configuration of the distribution without installation

Hi,

Parodper wrote on Mon, Apr 25, 2022 at 08:47:20AM +0200:
> O 24/04/22 ás 10:13, sunying escribiu:

>> We are studying on the default value of Kernel Configuration items
>> in each Linux mainstream distribution.
>>
>> May I ask if your distribution has the open kernel source website url
>> (eg. git://git.launchpad.net/~ubuntu-kernel-test/ ...

The official website is https://cvsweb.openbsd.org/src/sys/ .

This is an unofficial clone, usually having the same content (no
guarantee, though): https://github.com/openbsd

>> Or directly the url of kernel configuration files
>> (eg. https://github.com/KaOSx/core/blob/master/linux/config)?

> OpenBSD's kernel configs are under
> http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys/arch/(machine
> arch)/conf/GENERIC(.MP) and
> http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys/conf/GENERIC(.MP). See
> also https://man.openbsd.org/config.8.

These URIs are correct.

>> Or some other public way to get your distribution's kernel-specific
>> configuration files

Alternatively, you can use anonymous CVS:

https://www.openbsd.org/anoncvs.html

>> on different kernel versions without installation?

OpenBSD does not support different kernel versions.
The only officially supported version of the kernel is GENERIC{,MP}.
All users are advised to run GENERIC or GENERIC.MP.

The various RAMDISK* kernel configs you will find in the above
directories are installation kernels and unfit for use in production.

Yours,
Ingo

--
Ingo Schwarze <schwarze@usta.de>
http://www.openbsd.org/ <schwarze@openbsd.org>
http://mandoc.bsd.lv/ <schwarze@mandoc.bsd.lv>

No comments:

Post a Comment