You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but to be sure, build your own at a tested revision:
539
+
You have to checkout to the latest tag to ensure that the scripts match the release format: https://stackoverflow.com/questions/1404796/how-to-get-the-latest-tag-name-in-current-branch-in-git
This also allows you to <<your-first-qemu-hack,modify QEMU>> if you're into that sort of thing.
545
550
546
-
To try an older prebuilt:
547
-
548
-
* download it from: link:https://github.com/cirosantilli/linux-kernel-module-cheat/releases[]
549
-
* checkout this repo to match the SHA of the release
550
-
551
-
then do whatever that checked out README says.
552
-
553
-
If you are curious to see what the releases contain in detail, have a look at our <<release,release procedure>>.
554
-
555
-
To build the kernel modules, simply do:
551
+
To build the kernel modules as in <<your-first-kernel-module-hack>> do:
556
552
557
553
....
558
554
./build-linux -- modules_prepare
@@ -562,6 +558,8 @@ To build the kernel modules, simply do:
562
558
563
559
`modules_prepare` does the minimal build procedure required on the kernel for us to be able to compile the kernel modules, and is way faster than doing a full kernel build. A full kernel build would also work however.
564
560
561
+
This command automatically falls back to the Ubuntu packaged GCC since you don't have the Buildroot toolchain.
562
+
565
563
To modify the Linux kernel, build and use it as usual:
0 commit comments