|
Вырезки из readme ядра:
CONFIGURING the kernel:
make menuconfig - Text based color menus, radiolists & dialogs.
or make xconfig - X windows based configuration tool.
or make oldconfig - Default all questions based on the contents of
- Finally, do a "make dep" to set up all the dependencies correctly.
COMPILING the kernel:
- Do a "make bzImage" to create a compressed kernel image.
- If you configured any of the parts of the kernel as `modules', you
will have to do "make modules" followed by "make modules_install".
- Reboot with the new kernel and enjoy.
|