Kernel Debugging with QEMU: Difference between revisions

imported>Evrim
No edit summary
imported>Mic92
adding ktest
Line 218: Line 218:
systemd.services."serial-getty@ttyS0".enable = true;
systemd.services."serial-getty@ttyS0".enable = true;
</syntaxhighlight>
</syntaxhighlight>
== Using ktest with NixOS ==
Yellow onion has integrated nixos vms into ktest:
https://github.com/YellowOnion/ktest/commit/73fadcff949236927133141fcba4bfd76df632e7
This integration also allows to use incremental kernel builds for rapid development. Checkout the commit message for details.