Explorar o código

Update how_kernel_compiled.md

Simarpreet Singh %!s(int64=9) %!d(string=hai) anos
pai
achega
9db4e1ed04
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Misc/how_kernel_compiled.md

+ 1 - 1
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