azagramac / linux-kernel

Linux kernel source code, with my optimal configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Prepare environment

sudo update && sudo upgrade -y && sudo apt install build-essential fakeroot wget bzip2 bc python bison flex rsync libelf-dev libssl-dev xz-utils libncurses-dev dwarves git debhelper ncurses-dev -y

Build

make menuconfig
scripts/config --disable SYSTEM_TRUSTED_KEYS
scripts/config --disable SYSTEM_REVOCATION_KEYS
make bindeb-pkg -j `nproc` LOCALVERSION=-ryzen9

Install

cd ..
sudo dpkg -i *.deb
reboot

Check

uname -mrs

Tested

My workstation: image

About

Linux kernel source code, with my optimal configuration

License:Other


Languages

Language:C 98.3%Language:Assembly 0.7%Language:Shell 0.4%Language:Makefile 0.2%Language:Python 0.2%Language:Perl 0.1%Language:Rust 0.1%Language:Roff 0.0%Language:SmPL 0.0%Language:C++ 0.0%Language:Yacc 0.0%Language:Lex 0.0%Language:Awk 0.0%Language:UnrealScript 0.0%Language:Gherkin 0.0%Language:Raku 0.0%Language:M4 0.0%Language:MATLAB 0.0%Language:Clojure 0.0%Language:XS 0.0%Language:sed 0.0%Language:CMake 0.0%