|
|
|
IBM developerWorks : Linux : Education - Tutorials | |
Now it's time to compile the actual binary kernel image. Type make bzImage. After several minutes, compilation will complete and you'll find the bzImage file in /usr/src/linux/arch/i386/boot (for an x86 PC kernel). You'll see how to install the new kernel image in a bit, but now it's time for the modules. |
|
|