From 9db4e1ed0457d5e64f0c89218b46a9b5780a1561 Mon Sep 17 00:00:00 2001 From: Simarpreet Singh Date: Thu, 8 Oct 2015 13:09:17 -0700 Subject: [PATCH] Update how_kernel_compiled.md --- Misc/how_kernel_compiled.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/how_kernel_compiled.md b/Misc/how_kernel_compiled.md index 107dd36..c302533 100644 --- a/Misc/how_kernel_compiled.md +++ b/Misc/how_kernel_compiled.md @@ -550,7 +550,7 @@ The first is `voffset.h` generated by the `sed` script that gets two addresses f #define VO__text 0xffffffff81000000 ``` -They are start and end of the kernel. The second is `zoffset.h` depens on the `vmlinux` target from the [arch/x86/boot/compressed/Makefile](https://github.com/torvalds/linux/blob/master/arch/x86/boot/compressed/Makefile): +They are the start and the end of the kernel. The second is `zoffset.h` depens on the `vmlinux` target from the [arch/x86/boot/compressed/Makefile](https://github.com/torvalds/linux/blob/master/arch/x86/boot/compressed/Makefile): ```Makefile $(obj)/zoffset.h: $(obj)/compressed/vmlinux FORCE