Fixed typos and more tutorials

This commit is contained in:
bzt 2018-01-06 16:53:51 +01:00
parent c153436e5f
commit 602fb26f6f
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ a függvény.
### Megkéred a GPU-t hogy töltse be neked
Aztán használhatod a `config.txt`-t hogy utasítsd a start.elf-et az initrd betöltésére. Ez azért jó, mert ehhez
nem kell SD kártya olvasó és FAT értelmező, így a kerneled jóval kissebb lesz. Ami a
[config.txt](https://www.raspberry.org/documentation/configuration/config-txt/boot.md) parancsait illeti,
[config.txt](https://www.raspberrypi.org/documentation/configuration/config-txt/boot.md) parancsait illeti,
két lehetőséged is van:
`initramfs (fájlnév) followkernel` - ez betölti a (fájlnév) nevű fájlt mindjárt a kerneled után. Az initrd-d kezdőcíme

View File

@ -20,7 +20,7 @@ will be returned by the function.
### Ask the GPU to do so
You can use `config.txt` to tell start.elf to load the initrd for you. With this you won't need
any SD card reader or FAT parser at all, resulting in a much smaller kernel. As for the
[config.txt](https://www.raspberry.org/documentation/configuration/config-txt/boot.md),
[config.txt](https://www.raspberrypi.org/documentation/configuration/config-txt/boot.md),
you have two options:
`initramfs (filename) followkernel` - this will load (filename) after your kernel. You can access it at the label