Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I am not sure what you mean.

The Linux kernel has dynamically loaded modules but you can build modules as statically part of the kernel. 'Y' instead of 'M' in the config.

It doesn't make sense to "statically link" a kernel to a program, or multiple programs together, which I read your comment to suggest. That would be a different thing than the term "statically link" refers to.



I think they might be referring to a unikernel.

https://en.m.wikipedia.org/wiki/Unikernel

In userspace, you can do what busybox does and link a bunch of programs together with a single main function that decides which program to actually run.


> It doesn't make sense to "statically link" a kernel to a program

That's kinda what a Unikernel is.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: