(Tested on adelaide)
git clone --recurse-submodules https://github.com/TUM-DSE/uio
cd unikraft-development
direnv allow # (or nix develop)
(in one terminal window)
cd apps/count
cp config.eval.ushellmpk.bpf .config
make olddefconfig
make
just run
Since .config contains the absolute path, we need to regenerate .config by running make olddefconfig
(in another terminal window)
cd apps/count
just attach