target lowercase, kernel is patched, get kernel version from source

This commit is contained in:
Ciro Santilli 六四事件 法轮功 包卓轩scriptalert(1)/script
2017-09-13 08:29:10 +01:00
committed by GitHub
parent fe39717d8f
commit f782d6226f

View File

@@ -91,7 +91,7 @@ If you make changes to the kernel modules or most configurations, you can just u
and they will updated. and they will updated.
But if you change any package besides `kernel_module`, you must also request those packages to be reconfigured or rebuilt with extra Targets, e.g.: But if you change any package besides `kernel_module`, you must also request those packages to be reconfigured or rebuilt with extra targets, e.g.:
./run -t linux-reconfigure -t host-qemu-rebuild ./run -t linux-reconfigure -t host-qemu-rebuild
@@ -141,7 +141,7 @@ but I never managed to increase that buffer:
## Kernel version ## Kernel version
We use Buildroot's default kernel version, you can confirm it after build with: We use Buildroot's default kernel version with small educational patches on top, you can confirm it after build with:
grep BR2_LINUX_KERNEL_VERSION buildroot/output.*~/.config grep BR2_LINUX_KERNEL_VERSION buildroot/output.*~/.config
@@ -149,6 +149,11 @@ or in QEMU:
cat /proc/version cat /proc/version
or in the source:
cd linux
git log | grep -E ' Linux [0-9]+\.' | head
## QEMU GUI is unresponsive ## QEMU GUI is unresponsive
Sometimes in Ubuntu 14.04, after the QEMU SDL GUI starts, it does not get updated after keyboard strokes, and there are artifacts like disappearing text. Sometimes in Ubuntu 14.04, after the QEMU SDL GUI starts, it does not get updated after keyboard strokes, and there are artifacts like disappearing text.