Updated
over 2 years
ago.
No love.
1 follower.
Has no hacker:
grab it!
Project Description
Nanos is a "unikernel" providing a subset of Linux kernel features. It only allows a single process to run, but has multiple threads. It maintains the kernel-land to user-land boundary unlike other unikernels (so perhaps isn't strictly a unikernel).
I want to use it to run apps in VMs. It's very good for this because it behaves like a container from scratch, only pulling in the files it needs. The kernel itself is very small and lightweight. It's possible to produce very small VMs that boot very quickly. More so perhaps than Linux containers running in firecracker microvms.
Goal for this Hackweek
- Implement clone3 to support newer glibc's. (PR already])
- (extra) Fix brk syscall (PR)
Resources
No Hackers yet
Looking for hackers with the skills:
This project is part of:
Hack Week 21
Activity
Comments
Be the first to comment!
Similar Projects
FizzBuzz OS by mssola
Project Description
FizzBuzz OS (or just ...
early stage kdump support by mbrugger
[comment]: # (Please use the project descriptio...