DeltaOS is a hobby networking operating system, it mainly running on virtual environments like QEMU, VMware, AWS, GCP, etc.
Features:
- tcp/ip, dhcp
- telnetd, sshd
- ipv6, icmpv6, dhcpv6
- nat
- static routing, bgp
- gre, ipip
- vpn(dsvpn)
Device drivers:
- ide, nvme, virtio-blk, virtio-scsi
- virtio-net, e1000, ena
Libraries used by deltaos:
- musl libc is used for kernel mode and user mode.
- libtommath/libtomcrypt is used for encryption/decryption, dsvpn, sshd based on it.