inherent subjective example

This commit is contained in:
2021-11-08 20:24:48 +00:00
parent 76b9d91809
commit e2fb1af20d
4 changed files with 7809 additions and 58 deletions

View File

@@ -31,4 +31,15 @@ pacman -S gcc git make
{% highlight bash %}
git clone git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
{% endhighlight %}
- Install necessary dependencies
{% highlight bash %}
pacman -S flex base-devel xmlto kmod inetutils bc libelf git cpio perl tar xz
{% endhighlight %}
- Generate a configuration file
{% highlight bash %}
make nconfig
{% endhighlight %}
- Make!
{% highlight bash %}
make
{% endhighlight %}