Creating linux kernel development environment with Nix and busybox

Hi, I’m trying to create a linux kernel development environment with Nix and Busybox. I followed nixos.wiki setup the flake based nix-shell and development environment, also I packed some shell script for download the kernel source and launch QEMU. Now I got a problem, I followed some tutorial setup a simple initramfs image using busybox, in let standalone kernel module install to initramfs images, I don’t know how to do with it, I was ask for help in irc, but no anyone answer my problem, and I was search in google, no answer for my problem too, any one can tell me some solutions? Thanks :slight_smile:

1 Like

Which problem have you encountered specifically? Is it still relevant?

I’m trying to set up a Linux kernel development environment. It would be helpful for me to see how other people would set it up.