mirror of
				https://github.com/projectacrn/acrn-hypervisor.git
				synced 2025-10-31 01:09:28 +00:00 
			
		
		
		
	* Update and simplify our What is ACRN document. * Removed SDC disussion and out-of-date best known configuration descriptions and scenario block diagrams * Removed I/O Mediator discussion from "What is ACRN" and move referenced label to content in the HLD overview (that was duplicated in "What is ACRN") * Updated images for scenarios and removed obsolete images * Add references to new overview docs and GSG * Add general description of VMs in example scenarios Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
		
			
				
	
	
		
			8 lines
		
	
	
		
			206 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			206 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| digraph G {
 | |
|    rankdir=LR;
 | |
|    bgcolor="transparent";
 | |
|    UEFI -> "GRUB" -> "acrn.bin" -> "Pre-launched\nVM Kernel"
 | |
|      "acrn.bin" -> "Service VM\nKernel" -> "ACRN\nDevice Model" ->
 | |
| "Virtual\nBootloader";
 | |
| }
 |