From 602fb26f6fae4803db54f8e99381f3043303bfa1 Mon Sep 17 00:00:00 2001 From: bzt Date: Sat, 6 Jan 2018 16:53:51 +0100 Subject: [PATCH] Fixed typos and more tutorials --- 0E_initrd/OLVASSEL.md | 2 +- 0E_initrd/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/0E_initrd/OLVASSEL.md b/0E_initrd/OLVASSEL.md index f6380f08..54de8764 100644 --- a/0E_initrd/OLVASSEL.md +++ b/0E_initrd/OLVASSEL.md @@ -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 diff --git a/0E_initrd/README.md b/0E_initrd/README.md index 734c758b..75794bd0 100644 --- a/0E_initrd/README.md +++ b/0E_initrd/README.md @@ -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