What does HackerNews think of unikraft?

Unikraft is an automated system for building specialized OSes known as unikernels. Unikraft can be configured to be POSIX-compliant. (Core repository)

Language: C

#159 in Hacktoberfest
#8 in Library
#9 in Android
#5 in Mobile
#47 in Security
>"For performance-oriented UDP-based apps, much of the OS networking stack is useless:

the app could simply use the driver API, much like DPDK-style applications already do.

There is currently no way to easily remove just the network stack but not the entire network sub-system from standard OSes."

This page is a great read for issues pertinent to any current or future OS developer...

Related:

"Unikraft is a fast, secure and open-source Unikernel Development Kit":

https://unikraft.org/

"Unikraft is an automated system for building specialized OSes known as unikernels":

https://github.com/unikraft/unikraft

From what I gather a unikernel is what you are searching for. Many exists - https://github.com/unikraft/unikraft - https://github.com/hermitcore/rusty-hermit are the one that comes to my quick search.
We put a lot of effort and consideration into the architecture of Unikraft[0][1], its elegance towards modularity and abstraction is the reason why I joined the team to help develop it. :)

[0]: https://unikraft.org/

[1]: https://github.com/unikraft/unikraft

It sounds closer to the former (as that's KVM) https://github.com/unikraft/unikraft

What isn't clear is how it inlines kernelspace, whether that surface area is optimized down etc