mirror of
https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials.git
synced 2024-11-03 15:40:21 +00:00
Fixed typos and more tutorials
This commit is contained in:
parent
c153436e5f
commit
602fb26f6f
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user