mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-02 12:50:54 +00:00
readme: update with new code paths
This commit is contained in:
parent
277c57a938
commit
184ccfbd53
12
README.md
12
README.md
@ -42,12 +42,12 @@ Edera is building a company to compete in the hypervisor space with open-source
|
|||||||
|
|
||||||
krata is composed of three major executables:
|
krata is composed of three major executables:
|
||||||
|
|
||||||
| Executable | Runs On | User Interaction | Dev Runner | Code Path |
|
| Executable | Runs On | User Interaction | Dev Runner | Code Path |
|
||||||
| ---------- | ------- | ---------------- | ------------------------ | ----------- |
|
| ---------- | ------- | ---------------- | ------------------------ | ----------------- |
|
||||||
| kratad | host | backend daemon | ./hack/debug/kratad.sh | daemon |
|
| kratad | host | backend daemon | ./hack/debug/kratad.sh | crates/kratad |
|
||||||
| kratanet | host | backend daemon | ./hack/debug/kratanet.sh | network |
|
| kratanet | host | backend daemon | ./hack/debug/kratanet.sh | crates/kratanet |
|
||||||
| kratactl | host | CLI tool | ./hack/debug/kratactl.sh | controller |
|
| kratactl | host | CLI tool | ./hack/debug/kratactl.sh | crates/kratactl |
|
||||||
| krataguest | guest | none, guest init | N/A | guest |
|
| krataguest | guest | none, guest init | N/A | crates/krataguest |
|
||||||
|
|
||||||
You will find the code to each executable available in the bin/ and src/ directories inside
|
You will find the code to each executable available in the bin/ and src/ directories inside
|
||||||
it's corresponding code path from the above table.
|
it's corresponding code path from the above table.
|
||||||
|
Loading…
Reference in New Issue
Block a user