1# Configuration template placed in the root directory of the DragonOS workspace 2# Named `dadk-manifest.toml` 3 4[metadata] 5# Target architecture. Options: x86_64, riscv64 6arch = "x86_64" 7 8# Hypervisor config path 9hypervisor_config = "config/hypervisor.toml" 10 11# RootFS config path 12rootfs_config = "config/rootfs.toml" 13 14# Boot config path 15boot_config = "config/boot.toml" 16 17# System root directory folder (DADK will copy the files in this directory to the root directory of the disk image) 18sysroot_dir = "bin/sysroot" 19