mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
readme: remove missing references to link:configure
This commit is contained in:
@@ -10721,7 +10721,7 @@ gem5:
|
|||||||
|
|
||||||
We tend to test this repo the most on the latest Ubuntu and on the latest Ubuntu LTS.
|
We tend to test this repo the most on the latest Ubuntu and on the latest Ubuntu LTS.
|
||||||
|
|
||||||
For other Linux distros, everything will likely also just work if you install the analogous required packages for your distro, just have a look at: link:configure[]. Reports and `./configure` ports are welcome and will be merged.
|
For other Linux distros, everything will likely also just work if you install the analogous required packages for your distro, just have a look at: link:download-dependencies[]. `./download-dependencies` ports to new systems are welcome and will be merged.
|
||||||
|
|
||||||
If something does not work however, <<docker>> should just work on any Linux distro.
|
If something does not work however, <<docker>> should just work on any Linux distro.
|
||||||
|
|
||||||
@@ -10992,7 +10992,7 @@ git -C "$(./getvar linux_src_dir)" checkout -
|
|||||||
./run --linux-build-id v4.16
|
./run --linux-build-id v4.16
|
||||||
....
|
....
|
||||||
|
|
||||||
The `git fetch --unshallow` is needed the first time because link:configure[] only does a shallow clone of the Linux kernel to save space and time, see also: https://stackoverflow.com/questions/6802145/how-to-convert-a-git-shallow-clone-to-a-full-clone
|
The `git fetch --unshallow` is needed the first time because link:download-dependencies[] only does a shallow clone of the Linux kernel to save space and time, see also: https://stackoverflow.com/questions/6802145/how-to-convert-a-git-shallow-clone-to-a-full-clone
|
||||||
|
|
||||||
The `--linux-build-id` option should be passed to all scripts that support it, much like `--arch` for the <<cpu-architecture>>, e.g. to step debug:
|
The `--linux-build-id` option should be passed to all scripts that support it, much like `--arch` for the <<cpu-architecture>>, e.g. to step debug:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user