kernel version

This commit is contained in:
Ciro Santilli
2017-05-14 13:52:43 +01:00
parent ad077d3943
commit 4f193bdbc2

View File

@@ -1,6 +1,6 @@
# Linux Kernel Module Cheat
Run one command, get into QEMU Buildroot BusyBox with several minimal Linux kernel module example tutorials. Tested in Ubuntu 14.04.
Run one command, get into QEMU Buildroot BusyBox with several minimal Linux kernel 4.9 module example tutorials. Tested in Ubuntu 14.04.
Usage:
@@ -17,7 +17,7 @@ QEMU opens up, and you can run:
Each module comes from a C file under `kernel_module/`. `head *.c` for module usage.
The Linux kernel version can be found with:
We use Buildroot's default kernel version, you can confirm it after build with:
grep BR2_LINUX_KERNEL_VERSION buildroot/.config