From 46b197dbe56249de7496d46ee34d0c535af80bfc Mon Sep 17 00:00:00 2001 From: Adam Greenwood-Byrne Date: Mon, 25 Jan 2021 20:28:46 +0000 Subject: [PATCH] Update README.md --- README.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index bed84d3..5aac8ec 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,6 @@ Writing a "bare metal" operating system for Raspberry Pi 4 ========================================================== -Acknowledgements ----------------- -Not all of the code here is original and has been amassed from some fantastic contributors. - -Thanks go to: - - * Zoltan Baldaszti's "Bare metal Raspberry Pi 3 tutorials" [(github)](https://github.com/bztsrc/raspi3-tutorial/) - -Do reach out if you would like to be acknowledged here too! - Introduction ------------ @@ -71,3 +61,14 @@ I also advocate installing GNU make - you'll need it soon enough. Because I'm us _Now you're ready to start writing your OS!_ [Go to part1-bootstrapping >](./part1-bootstrapping/) + +Acknowledgements +---------------- + +Not all of the code here is my original work, but has been collated from and inspired by some fantastic contributors. + +Thanks go to: + + * Zoltan Baldaszti's "Bare metal Raspberry Pi 3 tutorials" [(github)](https://github.com/bztsrc/raspi3-tutorial/) + +Do reach out if you would like to be acknowledged here too!