Mirror of Krata Hypervisor
Go to file
2024-02-15 04:45:35 +00:00
.github actions: add cargo test 2024-02-06 09:28:51 +00:00
container container: implement controlling terminal takeover 2024-02-11 16:39:44 +00:00
controller network: inter-container networking support 2024-02-12 14:24:38 +00:00
initrd hypha: implement basic networking support 2024-02-05 12:46:02 +00:00
libs network: start work on NAT implementation 2024-02-09 13:06:00 +00:00
network network: recalculate TCP checksums on IPv4 in vbridge 2024-02-12 20:57:17 +00:00
scripts hypha: implement basic networking support 2024-02-05 12:46:02 +00:00
shared hypha: more work on IPv6 support 2024-02-11 07:06:01 +00:00
.gitignore Initial commit. 2024-01-08 13:58:15 -08:00
Cargo.toml network: utilize bytes crate 2024-02-12 17:01:47 +00:00
lefthook.toml introduce lefthook support to check commits 2024-02-01 10:36:54 +00:00
LICENSE Add LICENSE 2024-02-15 04:31:05 +00:00
README.md Update README.md 2024-02-15 04:45:35 +00:00

hypha

An early prototype of the Mycelium hypervisor. Not for production use.

Licensing

This repo is licensed under AGPL. This is because what is here is not intended for anything other than curiousity and research. Mycelium will utilize a different license for any production versions of hypha.

As such, no external contributions are accepted at this time.