FreeBSD's kernel + busybox as a userland, is it possible?

First of all, I'm aware that FreeBSD is not like GNU/Linux and it delievers both kernel and user space in one unified base, but I also am aware of past projects such as Debian GNU/kFreeBSD which used FreeBSD's kernel and made it the kernel for a GNU system.
Now, I am thinking of those minimalistic Linux distros which use BusyBox as their userland (I think Alpine is like that) and I'm curious about is it possible to do it with FreeBSD kernel as well? I do not have any specific use for the final product in my mind - except for a learning project - but I think it may be a minimalistic operating system which can be a rescue disc, a container OS, or just simply something to explore for curious minds like myself on Github.
 
Look at the files in /rescue, that's a similar environment as busybox. There's basically only one real executable in there, all the others are hardlinks to the same file.
 
Back
Top