mirror of
				https://github.com/edera-dev/krata.git
				synced 2025-11-03 07:19:37 +00:00 
			
		
		
		
	readme: update with new code paths
This commit is contained in:
		
							
								
								
									
										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.
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user