February 2, 2020

145 words 1 min read

Run Linux Kernel as a Daemon

Run Linux Kernel as a Daemon

The presentation describes a specific linux kernel which runs in the userspace mode. It supplies all kernel services but with the threads and virtual memory management passing to the host kernel. It i …

Talk Title Run Linux Kernel as a Daemon
Speakers Lai Jiangshan (Software Engineer, hyper.sh), Xu Wang (Senior Staff Engineer, Ant Financial)
Conference Open Source Summit North America
Conf Tag
Location Vancouver, BC, Canada
Date Aug 27-31, 2018
URL Talk Page
Slides Talk Slides
Video

The presentation describes a specific linux kernel which runs in the userspace mode. It supplies all kernel services but with the threads and virtual memory management passing to the host kernel. It is able to run the unmodified code and existing binaries. It is a kind of light way sandboxing between linux namespace and VM that can be used for many situations such as Caas, Faas, Serverless.

comments powered by Disqus