Kernel Debugging with QEMU: Difference between revisions
imported>Evrim No edit summary |
|||
(One intermediate revision by one other user not shown) | |||
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. | |||
[[Category:Virtualization]] |