xref: /DADK/dadk-config/templates/dadk-manifest.toml (revision e2cc487b9b00279c1bb550f2e614bac16a38120f)
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