(no title)
br1n0
|
9 years ago
In other words templeos is a unikernel with a jit compiler.
The name is odd, the author is strange, do you judge a movie by private life of the authors?
The illness of van gogh, Gödel didn't affect their creations.
missing graphical interface is a defect.
An unikernal is a strange beast, sound crazy, but got some advantages: is simpler, could be understood completely by a human (and not only by a genius), there are no penality for system calls, and there is no cpu time wasted on context switch. Because the machine are getting cheaper is common to have only one user, so all these security became useless, so on the long run the unikernels will be mainstream. Kudos to him.
a relevant discussion about unikernel here:
https://news.ycombinator.com/item?id=10362897
laumars|9 years ago
I'm addition to that, a monolithic unikernel (as unikernels usually are) would have the issue of a higher tendency for kernel panics.
So i really can't see unikernels becoming mainstream. If anything the reverse trend is true with more complex kernel designs like micro kernels becoming more favourable as computing hardware gets cheaper.
The real growth area for unikernels is virtualized appliances, eg running a single purpose service as a Xen unikernel. But even that is awfully niche and often better served (particularly in terms of developer and sysadmin productivity) with containers these days.
nickpsecurity|9 years ago
So, if you want POLA and damage containment, one option is imitating old designs that pulled that off. Patents expired, too. ;)
elihu|9 years ago
(There are, of course, some details that would need to be worked out like how to handle unsafe code blocks, how to run programs written in unsafe languages, and how to enforce a policy of only executing code compiled with a trusted compiler, but none of these seem like fundamentally insurmountable obstacles and the benefits of being able to make a system call without any more overhead than a function call are pretty big for certain applications.)
im_down_w_otp|9 years ago
Unikernel isn't the opposite of microkernel.
unknown|9 years ago
[deleted]
futurix|9 years ago