Akash Shende 10 tahun lalu
induk
melakukan
ed900fcb22
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      Initialization/linux-initialization-1.md

+ 1 - 1
Initialization/linux-initialization-1.md

@@ -17,7 +17,7 @@ So let's start.
 First steps in the kernel
 --------------------------------------------------------------------------------
 
-Okayay, we got address of the kernel from the `decompress_kernel` function into `rax` register and just jumped there. Decompressed kernel code starts in the [arch/x86/kernel/head_64.S](https://github.com/torvalds/linux/blob/master/arch/x86/kernel/head_64.S):
+Okay, we got address of the kernel from the `decompress_kernel` function into `rax` register and just jumped there. Decompressed kernel code starts in the [arch/x86/kernel/head_64.S](https://github.com/torvalds/linux/blob/master/arch/x86/kernel/head_64.S):
 
 ```assembly
 	__HEAD