From aa01c91539fafaa6484d612cab3a4612711ba293 Mon Sep 17 00:00:00 2001 From: Madis Martin Lutter Date: Fri, 15 Jun 2018 01:03:04 +0300 Subject: [PATCH] sources of information as a list --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2c09db1..74620c3 100644 --- a/README.md +++ b/README.md @@ -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