1
0
mirror of https://github.com/MichielDerhaeg/build-linux.git synced 2025-09-03 05:02:36 +02:00

mention bzImage

This commit is contained in:
Michiel Derhaeg
2017-05-06 11:40:56 +02:00
parent 25d3fe717f
commit 631e5bf5a9

View File

@@ -50,7 +50,9 @@ config will do just fine for basic stuff like running in a virtual machine. But
in our case, we don't really want to deal with kernel modules so we'll just do in our case, we don't really want to deal with kernel modules so we'll just do
this: ``sed "s/=m/=y/" -i .config``. And we're done, so we can simply do ``make`` to this: ``sed "s/=m/=y/" -i .config``. And we're done, so we can simply do ``make`` to
build our kernel. Don't forget to add ``-jN`` with `N` the number of cores build our kernel. Don't forget to add ``-jN`` with `N` the number of cores
because this might take a while. because this might take a while. When it's done, it should tell you where your
finished kernel is placed. This is usually ``arch/x86/boot/bzImage`` in the
linux source directory for Intel computers.
Other useful/interesting ways to configure the kernel are: Other useful/interesting ways to configure the kernel are: