sources of information as a list

This commit is contained in:
Madis Martin Lutter 2018-06-15 01:03:04 +03:00
parent 8c5a65a7b5
commit aa01c91539
1 changed files with 6 additions and 6 deletions

View File

@ -210,10 +210,10 @@ The final objective was to connect the k-space test lab to the central [KernelCI
I was not able to work on this because the prerequirement of this step is completing all previous steps.
# Sources of information
["How Linux Works"](https://nostarch.com/howlinuxworks2) by Brian Ward gives a nice high-level overview of how a Linux system boots. Understanding that was a prerequisite to understanding what I was doing.
[Linux sunxi wiki](http://linux-sunxi.org/Main_Page) - information about Allwinner SoC based devices
[Das U-Boot manual](https://www.denx.de/wiki/DULG/Manual)
[LAVA documentation](https://validation.linaro.org/static/docs/v2/contents.html)
[Ansible documentation](https://docs.ansible.com/ansible/latest/index.html)
[Arch wiki](https://wiki.archlinux.org/) - helpful with all the rest
* ["How Linux Works"](https://nostarch.com/howlinuxworks2) by Brian Ward gives a nice high-level overview of how a Linux system boots. Understanding that was a prerequisite to understanding what I was doing.
* [Linux sunxi wiki](http://linux-sunxi.org/Main_Page) - information about Allwinner SoC based devices
* [Das U-Boot manual](https://www.denx.de/wiki/DULG/Manual)
* [LAVA documentation](https://validation.linaro.org/static/docs/v2/contents.html)
* [Ansible documentation](https://docs.ansible.com/ansible/latest/index.html)
* [Arch wiki](https://wiki.archlinux.org/) - helpful with all the rest