Kernel Debugging with QEMU: Difference between revisions

imported>Luis-Hebendanz
No edit summary
imported>Luis-Hebendanz
No edit summary
Line 34: Line 34:
<syntaxhighlight lang="console">
<syntaxhighlight lang="console">
$ cd linux
$ cd linux
$ make mrproper # Has to be done if .config changes, clears artifacts
$ make mrproper # Clears all artifacts
$ nix-shell shell.nix
$ nix-shell shell.nix
$ make x86_64_defconfig
$ make x86_64_defconfig