about section!

This commit is contained in:
Ciro Santilli
2018-02-14 03:59:32 +00:00
parent 254c8bf42e
commit a14c95346c

View File

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