Update README.md

This commit is contained in:
Adam Greenwood-Byrne 2021-01-25 20:28:46 +00:00 committed by GitHub
parent 766e3e513d
commit 46b197dbe5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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!