From b822811980a5f82726cb641cbeff66be9eb6d92a Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Sun, 22 Jul 2001 19:45:10 +0000 Subject: XML changes git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@827 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter08/kernel.xml | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) (limited to 'chapter08/kernel.xml') diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index 4fd0bf4a2..55de3e743 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -1,17 +1,13 @@ Installing a kernel - -Building the kernel involves a few steps: configuring it and compiling +Building the kernel involves a few steps: configuring it and compiling it. There are a few ways to configure the kernel. If you don't like the way this book does it, read the README that comes with the kernel source tree, and find out what the options are. The -following commands are run to build the kernel: - +following commands are run to build the kernel: - - -cd /usr/src/linux && +cd /usr/src/linux && make mrproper && make menuconfig && make dep && @@ -19,13 +15,10 @@ following commands are run to build the kernel: make modules && make modules_install && cp arch/i386/boot/bzImage /boot/lfskernel && -cp System.map /boot - - +cp System.map /boot - -Note: the arch/i386/boot/bzImage path may vary on different platforms. - +Note: the arch/i386/boot/bzImage path may vary on +different platforms. -- cgit v1.2.3-54-g00ecf