This commit is contained in:
2024-08-06 17:33:59 +02:00
parent 6e1f478ce5
commit da14091106
81 changed files with 549 additions and 185 deletions

View File

@@ -1 +1,18 @@
# Concepts
## Compute
- [Zero VM](zero_vm.md) : full virtual machine with own kernel
- [Zero VM Light](zero_vm_light.md) : virtual machine which uses the kernel of the host operating system.
- [Zero Install](zero_install.md) : no need to install OS files on local storage system e.g. SSD
## Storage
- [Zero Image](zero_image.md) : image which is actually a deduped, cached, stateless filesystem can be used by [Zero VM](zero_vm.md)
## Network
- [Mycelium Whitelist](mycelium_whiltelist.md)