-
-
Notifications
You must be signed in to change notification settings - Fork 605
Roadmap
WALDEMAR KOZACZUK edited this page Feb 1, 2023
·
17 revisions
- Improve capstan (see Capstan "2.0" Wiki)
- Create IntelliJ, Maven and or Gradle plugins to deploy Java, Node, etc apps
- Run Docker images on OSv (possibly musl-based like Alpine are better)
- There is already an existing example - https://github.com/cloudius-systems/osv-apps/tree/master/openjdk12-jre-from-docker
- Consider read-write filesystem alternative to ZFS - ext2/3/4 ?
- Improve gdb support
- #1069 - Add vsock support
- Support other booting methods UEFI
- Support other hypervisors
- Support new KVM-bases AWS instances (see https://github.com/cloudius-systems/osv/issues/924)
- Support Hyper-V (see https://github.com/cloudius-systems/osv/issues/735)
- Support .NET Core executables
- See what needs to be finished in this thread
- Refresh look and feel of http://osv.io
- RISC-V port
- Optimize memory allocator to better deal with "small" amount of memory - https://github.com/cloudius-systems/osv/issues/1013
- #28 - Optimize atomic operations on UP (single-VCPU)
-
#1016 - Add support for smb2/3 (samba) file system T
- There is already a patch sent to the list
- #1041 - Idea for easily creating OSv images from a list of Ubuntu packages
- Fix networking bugs
- Speedup VFS - https://github.com/cloudius-systems/osv/issues/450
- Improve XEN support
- Speed-up realloc() by mremap() - https://github.com/cloudius-systems/osv/issues/184
- Investigate virtio-net “slow path” - https://github.com/cloudius-systems/osv/issues/177