1*e8b1db32SLoGin# DADK 总控文件 2*e8b1db32SLoGin 3*e8b1db32SLoGin[metadata] 4*e8b1db32SLoGin# Target architecture. Options: x86_64, riscv64 5*e8b1db32SLoGinarch = "x86_64" 6*e8b1db32SLoGin 7*e8b1db32SLoGin# Hypervisor config path 8*e8b1db32SLoGinhypervisor-config = "config/hypervisor.toml" 9*e8b1db32SLoGin 10*e8b1db32SLoGin# RootFS config path 11*e8b1db32SLoGinrootfs-config = "config/rootfs.toml" 12*e8b1db32SLoGin 13*e8b1db32SLoGin# Boot config path 14*e8b1db32SLoGinboot-config = "config/boot.toml" 15*e8b1db32SLoGin 16*e8b1db32SLoGin# System root directory folder (DADK will copy the files in this directory to the root directory of the disk image) 17*e8b1db32SLoGinsysroot-dir = "bin/sysroot" 18*e8b1db32SLoGin 19*e8b1db32SLoGin# DADK Root Cache directory path 20*e8b1db32SLoGincache-root-dir = "bin/dadk_cache" 21*e8b1db32SLoGin 22*e8b1db32SLoGin# User configuration directory path 23*e8b1db32SLoGin# 这个字段只是临时用于兼容旧版本,v0.2版本重构完成后会删除 24*e8b1db32SLoGinuser-config-dir = "user/dadk/config" 25