Kernel test
"David Lishchyshen" <[email protected]> Sat, 28 Feb 2026 07:12:25 +0000
| Newsgroups | gmane.linux.kernel.kernelnewbies |
|---|---|
| Message-ID | <[email protected]> |
How you recommend to test kernel? I use Arch and found 3 ways: * Native run, replace existing kernel * Qemu with full Linux distribution, install Ubuntu in qemu and replace kernel in it * Minimal Qemu, need to create initramfs with busybox and connect to Qemu with your kernel, but I even couldn't see printk log from e1000e in this way Thanks, David