From 4f193bdbc22e6e6e295fadcb2f55e1e45b259092 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Sun, 14 May 2017 13:52:43 +0100 Subject: [PATCH] kernel version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c24bc5..f5a0d4b 100644 --- a/README.md +++ b/README.md @@ -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