diff --git a/README.adoc b/README.adoc index ab42250..0ed06e7 100644 --- a/README.adoc +++ b/README.adoc @@ -10721,7 +10721,7 @@ gem5: 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, <> should just work on any Linux distro. @@ -10992,7 +10992,7 @@ git -C "$(./getvar linux_src_dir)" checkout - ./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 <>, e.g. to step debug: