|
|
|
|
|
by api
1583 days ago
|
|
I want a unikernel that runs as a process with no special privileges. Huge bonus points if its portable to many common operating systems. Since recompilation is necessary anyway for unikernels, syscalls could be replaced by function calls or some other user mode thing instead of trapped. It would allow entire containers to run as processes. Not that interesting for cloud, but very interesting for distribution to endpoints or self-hostable apps. |
|