From 56b85094b34841327ce8672977e46d60686307df Mon Sep 17 00:00:00 2001 From: bzt Date: Thu, 25 Jan 2018 20:11:13 +0100 Subject: [PATCH] Added more info --- OLVASSEL.md | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/OLVASSEL.md b/OLVASSEL.md index b3edd2e4..2b894c43 100644 --- a/OLVASSEL.md +++ b/OLVASSEL.md @@ -28,10 +28,10 @@ hatalmas, nagyobb, mint a tárolókapacitás, ezért lehetővé teszi új, izgal Harmadsorban MMIO-t használ, amit könnyű programozni. 32 bites oktatóanyagokhoz a következőket ajánlom: -[Cambridge-i oktatóanyagok](http://www.cl.cam.ac.uk/projects/raspberrypi/tutorials/os/armv6.html) (ASM és csak 32 bites példák), +[Cambridge-i oktatóanyagok](http://www.cl.cam.ac.uk/projects/raspberrypi/tutorials/os/) (ASM és csak 32 bites példák), [David Welch oktatóanyagai](https://github.com/dwelch67/raspberrypi) (főleg C, néhány 64 bites példával), [Peter Lemon oktatóanyagai](https://github.com/PeterLemon/RaspberryPi) (csak ASM, 64 bites példák is) and -[LdB oktatóanyagai](https://github.com/LdB-ECM/Raspberry-Pi) (C és ASM, 64 bites és összetettebb példák is, mint USB és OpenGL). +[Leon de Boer oktatóanyagai](https://github.com/LdB-ECM/Raspberry-Pi) (C és ASM, 64 bites és összetettebb példák is, mint USB és OpenGL). Előkészületek ------------- diff --git a/README.md b/README.md index d5bfc881..2399106b 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ For 32 bit tutorials, I'd recommend: [Cambridge tutorials](http://www.cl.cam.ac.uk/projects/raspberrypi/tutorials/os/armv6.html) (ASM and 32 bit only), [David Welch's tutorials](https://github.com/dwelch67/raspberrypi) (mostly C, with some 64 bit examples), [Peter Lemon's tutorials](https://github.com/PeterLemon/RaspberryPi) (ASM only, also for 64 bit) and -[LdB's tutorials](https://github.com/LdB-ECM/Raspberry-Pi) (C and ASM, also for 64 bit, more complex examples like USB and OpenGL). +[Leon de Boer's tutorials](https://github.com/LdB-ECM/Raspberry-Pi) (C and ASM, also for 64 bit, more complex examples like USB and OpenGL). Prerequisites -------------