kernel image path

valdis.kletnieks at vt.edu valdis.kletnieks at vt.edu
Mon May 7 15:43:40 EDT 2018


On Tue, 08 May 2018 00:45:25 +0530, Sumit Kumar said:

> Sorry, there is a typo : I meant make -jX in a kernel sandbox.

The same place it puts it if you don't use -jX.  The exact answer will depend on
what sort of sandbox you're using, and how exactly you're setting things up,
and what system(s) you're building for.

For example: on x86_64, by default the kernel ends up in arch/x86/boot/bzImage.

If you have your build tree at /usr/src/linux, that means it ends up in /usr/src/linux/arch/x86/boot/bzImage.

If you're building in a directory called '/source/kernel' inside a chroot based at '/containers/build-kernel',
it will end up in /containers/build-kernel/source/kernel/arch/x86/boot/bzImage (as viewed from
outside the chroot).

Being more specific will require knowing what exactly you're trying to do....
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 486 bytes
Desc: not available
URL: <http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20180507/c789b544/attachment.sig>


More information about the Kernelnewbies mailing list