diff --git a/OLVASSEL.md b/OLVASSEL.md index d35d1955..b3edd2e4 100644 --- a/OLVASSEL.md +++ b/OLVASSEL.md @@ -28,6 +28,7 @@ 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), [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). diff --git a/README.md b/README.md index 9cde2db7..d5bfc881 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ address space is increadibly huge, bigger than the storage capacity which allows solutions. Third, uses only MMIO which makes it easy to program. 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).