mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
design goals
This commit is contained in:
@@ -21,6 +21,8 @@ Each child section describes a possible different setup for this repo.
|
|||||||
|
|
||||||
If you don't know which one to go for, start with <<qemu-buildroot-setup-getting-started>>.
|
If you don't know which one to go for, start with <<qemu-buildroot-setup-getting-started>>.
|
||||||
|
|
||||||
|
Design goals of this project are documented at: <<design-goals>>.
|
||||||
|
|
||||||
=== QEMU Buildroot setup
|
=== QEMU Buildroot setup
|
||||||
|
|
||||||
==== QEMU Buildroot setup getting started
|
==== QEMU Buildroot setup getting started
|
||||||
@@ -12096,7 +12098,7 @@ Tested on: `8.1.0_r60`.
|
|||||||
|
|
||||||
We tend to test this repo the most on the latest Ubuntu and on the latest link:https://askubuntu.com/questions/16366/whats-the-difference-between-a-long-term-support-release-and-a-normal-release[Ubuntu LTS].
|
We tend to test this repo the most on the latest Ubuntu and on the latest link:https://askubuntu.com/questions/16366/whats-the-difference-between-a-long-term-support-release-and-a-normal-release[Ubuntu LTS].
|
||||||
|
|
||||||
For other Linux distros, everything will likely also just work if you install the analogous required packages for your distro
|
For other Linux distros, everything will likely also just work if you install the analogous required packages for your distro.
|
||||||
|
|
||||||
Find out the packages that we install with:
|
Find out the packages that we install with:
|
||||||
|
|
||||||
@@ -13160,6 +13162,10 @@ The design goals are to provide setups that are:
|
|||||||
* can be fully built from source: to give visibility and allow modifications
|
* can be fully built from source: to give visibility and allow modifications
|
||||||
* can also use <<prebuilt, prebuilt binaries>> as much as possible: in case you are lazy or unable to build from source
|
* can also use <<prebuilt, prebuilt binaries>> as much as possible: in case you are lazy or unable to build from source
|
||||||
|
|
||||||
|
We aim to make a documentation that contains a very high runnable example / theory bullshit ratio.
|
||||||
|
|
||||||
|
Having at least one example per section is ideal, and it should be the very first thing in the section if possible.
|
||||||
|
|
||||||
==== Setup trade-offs
|
==== Setup trade-offs
|
||||||
|
|
||||||
The trade-offs between the different <<getting-started,setups>> are basically a balance between:
|
The trade-offs between the different <<getting-started,setups>> are basically a balance between:
|
||||||
|
|||||||
Reference in New Issue
Block a user