diff --git a/chapter10/kernel.xml b/chapter10/kernel.xml index 932ba3275..698519ad1 100644 --- a/chapter10/kernel.xml +++ b/chapter10/kernel.xml @@ -291,7 +291,7 @@ File systems ---> the automatic setup of the boot process described in the next section. The following command assumes an x86 architecture: -cp -iv arch/x86/boot/bzImage /boot/vmlinuz-&linux-version;-lfs-&version; +cp -iv arch/arm64/boot/Image /boot/vmlinuz-&linux-version;-lfs-&version; System.map is a symbol file for the kernel. It maps the function entry points of every function in the kernel API,