Tagged Questions
0
votes
0answers
105 views
which `install.sh` does `make install` use?
I am trying to learn what make install does in the context of building a custom kernel.
(reference: ...
0
votes
2answers
582 views
Compiling linux kernel - `make install` asks for LILO. Now what?
So I am following this guide to compile my custom kernel - http://library.linode.com/linode-platform/custom-instances/pv-grub-custom-compiled-kernel#sph_compile-and-install-the-kernel
So far so good, ...
1
vote
2answers
498 views
After configuring a Linux kernel, can I safely make bzImage and modules at the same time?
I noticed that my processors were, in total, in use only about 50% of the time while making a Linux kernel.
I usually make the kernel, then make the modules.
I have just started a make bzImage in ...