mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
about section!
This commit is contained in:
17
README.adoc
17
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
|
||||
|
||||
Reference in New Issue
Block a user