From a14c95346cfd9d2e7b2e475b0981aa71d819c20b Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Wed, 14 Feb 2018 03:59:32 +0000 Subject: [PATCH] about section! --- README.adoc | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 5de4baa..ceae3a5 100644 --- a/README.adoc +++ b/README.adoc @@ -1847,6 +1847,20 @@ diff .config.olg .config Copy and paste the diff additions to `buildroot_config_fragment`. +=== About + +This project is for people who want to learn and modify low level system components: + +* Linux kernel and Linux kernel modules +* full systems emulators like QEMU and GEM5 +* C standard libraries. This could also be put on a submodule if people show interest. +* Buildroot. We use and therefore a large feature set of it. + +Phylosophy: + +* automate as much as possible to make things more reproducible +* do everything from source to make things understandable and hackable + === Bibliography Runnable stuff: @@ -1860,6 +1874,7 @@ Runnable stuff: Theory: +* http://nairobi-embedded.org you will fall here a lot when the hard Google queries start popping. They have covered everything we do here basically, but with a more manual approach, while this repo automates everything. +* https://balau82.wordpress.com awesome low level resource * https://lwn.net * http://www.makelinux.net -* http://nairobi-embedded.org/ you will fall here a lot when the hard Google queries start popping