From fc64aaeb4a2033b96a3f519c15a850b8cc7b854c Mon Sep 17 00:00:00 2001 From: bzt Date: Thu, 25 Jan 2018 20:12:27 +0100 Subject: [PATCH] Added more info --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2399106b..6ee66bf2 100644 --- a/README.md +++ b/README.md @@ -25,7 +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), +[Cambridge tutorials](http://www.cl.cam.ac.uk/projects/raspberrypi/tutorials/os/) (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 [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).