improve performance

This commit is contained in:
Mahdi Dibaiee 2021-11-19 20:51:24 +00:00
parent cb6892aaf5
commit 28e48d3d46

View File

@ -17,7 +17,7 @@ qemu-img create disk.img 15G
{% endhighlight %} {% endhighlight %}
- Start the machine and [install Archlinux](https://wiki.archlinux.org/title/Installation_guide) - Start the machine and [install Archlinux](https://wiki.archlinux.org/title/Installation_guide)
{% highlight bash %} {% highlight bash %}
qemu-system-x86_64 -cdrom archlinux-2021.11.01-x86_64.iso -boot order=d -drive format=raw,file=disk.img -m 8G qemu-system-x86_64 -cdrom archlinux-2021.11.01-x86_64.iso -boot order=d -drive format=raw,file=disk.img -m 8G -smp cpus=4
{% endhighlight %} {% endhighlight %}
- Start the machine after installing - Start the machine after installing
{% highlight bash %} {% highlight bash %}
@ -41,7 +41,7 @@ zcat /proc/config.gz > .config
{% endhighlight %} {% endhighlight %}
- Make! - Make!
{% highlight bash %} {% highlight bash %}
make make -j8
{% endhighlight %} {% endhighlight %}
- Install the newly built Kernel - Install the newly built Kernel
{% highlight bash %} {% highlight bash %}