From 662d4f25a19933ac9f198ebdce5459301c6f60f5 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Sun, 1 Jul 2018 12:35:16 +0100 Subject: [PATCH] prebuilts: improve doc --- README.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index 79a91dd..65aab95 100644 --- a/README.adoc +++ b/README.adoc @@ -226,9 +226,9 @@ After this, to start using Docker again will you need another: [[prebuilt]] ==== Getting started with prebuilts -We don't currently provide a full prebuilt because it would be too big to host freely. +We don't currently provide a full prebuilt because it would be too big to host freely, notably because of the cross toolchain. -However, if you just want to quickly try out running our kernel modules, try this: +However, we do provide a prebuilt filesystem and kernel, which allows you to quickly try out running our kernel modules: . Download QEMU and this repo: + @@ -243,7 +243,7 @@ cd linux-kernel-module-cheat unzip images-*.zip .... + -It is link:https://stackoverflow.com/questions/24987542/is-there-a-link-to-github-for-downloading-a-file-in-the-latest-release-of-a-repo/50540591#50540591[not possible to automate this step without the API], and I'm not venturing there this time +It is link:https://stackoverflow.com/questions/24987542/is-there-a-link-to-github-for-downloading-a-file-in-the-latest-release-of-a-repo/50540591#50540591[not possible to automate this step without the API], and I'm not venturing there at this time, pull requests welcome. . checkout to the prebuilt repo version so that the scripts and documentation will be compatible with it, and run with the `-P` option: + ....