-
-
Notifications
You must be signed in to change notification settings - Fork 605
Roadmap
WALDEMAR KOZACZUK edited this page Jan 20, 2024
·
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 ?
- Support other booting methods UEFI
- Improve gdb support
- #1069 - Add vsock support
- Support other hypervisors
- Support new KVM-bases AWS instances (see https://github.com/cloudius-systems/osv/issues/924)
- Support AWS Graviton (see https://github.com/cloudius-systems/osv/issues/1295)
- 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 the look and feel of http://osv.io
- RISC-V port
- Optimize futex - see https://github.com/cloudius-systems/osv/issues/853
- Add some spinning to
mutex_lock
- see #28 (there is already some patch by Nadav on the mailing list) - #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
- Speedup VFS - https://github.com/cloudius-systems/osv/issues/450
- #1041 - Idea for easily creating OSv images from a list of Ubuntu packages
- Fix networking bugs
- Optimize memory allocator to better deal with "small" amount of memory - https://github.com/cloudius-systems/osv/issues/1013
- 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