Skip to content

Commit 662d4f2

Browse files
committed
prebuilts: improve doc
1 parent 8f21c4f commit 662d4f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,9 +226,9 @@ After this, to start using Docker again will you need another:
226226
[[prebuilt]]
227227
==== Getting started with prebuilts
228228

229-
We don't currently provide a full prebuilt because it would be too big to host freely.
229+
We don't currently provide a full prebuilt because it would be too big to host freely, notably because of the cross toolchain.
230230

231-
However, if you just want to quickly try out running our kernel modules, try this:
231+
However, we do provide a prebuilt filesystem and kernel, which allows you to quickly try out running our kernel modules:
232232

233233
. Download QEMU and this repo:
234234
+
@@ -243,7 +243,7 @@ cd linux-kernel-module-cheat
243243
unzip images-*.zip
244244
....
245245
+
246-
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
246+
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.
247247
. checkout to the prebuilt repo version so that the scripts and documentation will be compatible with it, and run with the `-P` option:
248248
+
249249
....

0 commit comments

Comments
 (0)