Kernel Debugging with QEMU: Difference between revisions

imported>Mic92
hint for clangd
imported>Mic92
Line 61: Line 61:
<syntaxhighlight lang="console">
<syntaxhighlight lang="console">
$ cd linux
$ cd linux
$ make mrproper # Clears all artifacts, do this especially if you significant old version
$ make mrproper # Clears all artifacts, do this especially if you upgrade from a significant old version
$ nix-shell shell.nix
$ nix-shell shell.nix
$ make defconfig kvm_guest.config
$ make defconfig kvm_guest.config