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> | ||
For kernel dependencies, | |||
create a <code>shell.nix</code> file in the cloned repo | |||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> | ||
{ pkgs ? import <nixpkgs> {} }: | { pkgs ? import <nixpkgs> {} }: | ||