Kernel Debugging with QEMU: Difference between revisions

imported>Luis-Hebendanz
No edit summary
imported>Luis-Hebendanz
mNo edit summary
Line 7: Line 7:
</syntaxhighlight>
</syntaxhighlight>


Kernel dependencies
For kernel dependencies,
Create a <code>shell.nix</code> file in the cloned repo
create a <code>shell.nix</code> file in the cloned repo
<syntaxhighlight lang="nix">
<syntaxhighlight lang="nix">
{ pkgs ? import <nixpkgs> {} }:
{ pkgs ? import <nixpkgs> {} }: