Преглед на файлове

Update linux-bootstrap-6.md

0xAX преди 7 години
родител
ревизия
a04cc2b780
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      Booting/linux-bootstrap-6.md

+ 1 - 1
Booting/linux-bootstrap-6.md

@@ -19,7 +19,7 @@ config PHYSICAL_START
       ...
 ```
 
-This value may be changed during kernel configuration, but also load address can be selected as random value. For this purpose the `CONFIG_RANDOMIZE_BASE` kernel configuration option should be enabled during kernel configuration.
+This value may be changed during kernel configuration, but also load address can be selected as a random value. For this purpose the `CONFIG_RANDOMIZE_BASE` kernel configuration option should be enabled during kernel configuration.
 
 In this case a physical address at which Linux kernel image will be decompressed and loaded will be randomized. This part considers the case when this option is enabled and load address of the kernel image will be randomized for [security reasons](https://en.wikipedia.org/wiki/Address_space_layout_randomization).