|
|
|
|
|
by umanghere
2016 days ago
|
|
This seems to be quite similar to the other unikernel that was posted recently [1]. It would be useful to have an in-depth comparison of these (and other) unikernels, especially with regard to performance and compatibility. I can see that HermiTux has the ability to select only the syscalls needed by the embedded program, and to transform syscalls to function calls, which seems quite interesting. [1]: https://news.ycombinator.com/item?id=25405672 |
|
I thought that was kind of the point of a unikernel. Or am I mistaken? Does the other one from the other day not do that?