Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2019-11-07,master
commit 9b1d73adc8780ff22ed6a3acb41a16e565a5ae3b Author: Sven Eckelmann sven@narfation.org Date: Sun Nov 3 15:45:28 2019 +0000
doc: open-mesh/Kernel_hacking_Debian_image: improve boottime
9b1d73adc8780ff22ed6a3acb41a16e565a5ae3b open-mesh/Kernel_hacking_Debian_image.textile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/open-mesh/Kernel_hacking_Debian_image.textile b/open-mesh/Kernel_hacking_Debian_image.textile index 4c77dfa..323d65b 100644 --- a/open-mesh/Kernel_hacking_Debian_image.textile +++ b/open-mesh/Kernel_hacking_Debian_image.textile @@ -335,9 +335,11 @@ The BASE_IMG is of course no longer the same because a new image "debian.img" wa BASE_IMG=debian.img BOOTARGS+=("-bios" "qboot/bios.bin") BOOTARGS+=("-kernel" "linux-next/arch/x86/boot/bzImage") -BOOTARGS+=("-append" "root=/dev/vda rw console=ttyS0 nokaslr") +BOOTARGS+=("-append" "root=/dev/vda rw console=ttyS0,115200,8n1 nokaslr tsc=reliable no_timer_check noreplace-smp rootfstype=ext4 rcupdate.rcu_expedited=1 reboot=t pci=lastbus=0") </code></pre>
+It is also recommended to use <code>linux-next/vmlinux</code> instead of <code>bzImage</code> with qemu 4.0.0 (or later) + h3. Automatic test initialization
The [[open-mesh:OpenWrt_in_QEMU#Automatic-test-initialization|test-init.sh from the OpenWrt environment]] is always test specific. But its main functionality is still the same as before. A simple example would be: