Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

How to install and enter the compiled kernel

58 views
Skip to first unread message

linxiaobo

unread,
Mar 8, 2012, 10:19:16 PM3/8/12
to
Hi,

My aim is to change some code in Linux kernel to adjust some new
function.

I have downloaded the souce code from www.kernel.org and make the
kernel as follows:
"make O=output menuconfig"
"make bzImage"
"make O=output module"
and the compile is successful, vmlinux is there

My question is how to enter my own linux system so I am able to check
if my changes work. Does linux kernel generate iso img so that I can
install it in my virtual machine?
Message has been deleted

jaquig

unread,
Mar 16, 2012, 12:01:43 PM3/16/12
to
edit your bootloader to add a menu option for your new kernel.
you need to have the bzimage in /boot for it to work.
0 new messages