# Configuration template placed in the root directory of the DragonOS workspace # Named `dadk-manifest.toml` [metadata] # Target architecture. Options: x86_64, riscv64 arch = "x86_64" # Hypervisor config path hypervisor-config = "config/hypervisor.toml" # RootFS config path rootfs-config = "config/rootfs.toml" # Boot config path boot-config = "config/boot.toml" # System root directory folder (DADK will copy the files in this directory to the root directory of the disk image) sysroot-dir = "fake_dragonos_sysroot" # DADK Root Cache directory path cache-root-dir = "fake_dadk_cache_root" # User configuration directory path # 这个字段只是临时用于兼容旧版本,v0.2版本重构完成后会删除 user-config-dir = "dadk_config_v1"