mirror of
https://github.com/isometimes/rpi4-osdev
synced 2024-11-12 13:20:39 +00:00
Update README.md
This commit is contained in:
parent
766e3e513d
commit
46b197dbe5
1 changed files with 11 additions and 10 deletions
21
README.md
21
README.md
|
@ -1,16 +1,6 @@
|
||||||
Writing a "bare metal" operating system for Raspberry Pi 4
|
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
|
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!_
|
_Now you're ready to start writing your OS!_
|
||||||
|
|
||||||
[Go to part1-bootstrapping >](./part1-bootstrapping/)
|
[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!
|
||||||
|
|
Loading…
Reference in a new issue