mirror of
				https://github.com/edera-dev/krata.git
				synced 2025-11-04 07:39:39 +00:00 
			
		
		
		
	@ -27,7 +27,8 @@ async fn main() -> Result<()> {
 | 
			
		||||
        base: BaseDomainConfig {
 | 
			
		||||
            uuid: Uuid::new_v4(),
 | 
			
		||||
            max_vcpus: 1,
 | 
			
		||||
            mem_mb: 512,
 | 
			
		||||
            max_mem_mb: 512,
 | 
			
		||||
            target_mem_mb: 512,
 | 
			
		||||
            enable_iommu: true,
 | 
			
		||||
            kernel: fs::read(&kernel_image_path).await?,
 | 
			
		||||
            initrd: fs::read(&initrd_path).await?,
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user