From 631e5bf5a9a97b1b49bcc43e835602b0f148c3e4 Mon Sep 17 00:00:00 2001 From: Michiel Derhaeg Date: Sat, 6 May 2017 11:40:56 +0200 Subject: [PATCH] mention bzImage --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 70f9ce5..0e8db15 100644 --- a/README.md +++ b/README.md @@ -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 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 -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: